]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
[CORE] Make tests great gain
authorDiogo Cordeiro <diogo@fc.up.pt>
Fri, 12 Jul 2019 15:31:14 +0000 (16:31 +0100)
committerDiogo Cordeiro <diogo@fc.up.pt>
Sat, 3 Aug 2019 16:47:27 +0000 (17:47 +0100)
commit9f30c299ee93c15e4c2d24f8282201c73e4b6dbb
treee4bfac29c8b6085c7fda41d5f1a4117a1132cdc2
parent39845444cc0baed11b575d50e4c48d7c7a15ab9b
[CORE] Make tests great gain
80 files changed:
composer.lock
lib/callable_left_curry.php [deleted file]
lib/callableleftcurry.php [new file with mode: 0644]
lib/common.php
lib/event.php
lib/gnusocial.php
lib/language.php
lib/plugin.php
lib/util.php
phpunit.xml [new file with mode: 0644]
tests/ActivityGenerationTests.php [deleted file]
tests/ActivityParseTests.php [deleted file]
tests/CommandInterperterTest.php [deleted file]
tests/Core/ActivityGenerationTests.php [new file with mode: 0644]
tests/Core/ActivityParseTests.php [new file with mode: 0644]
tests/Core/CallableLeftCurryTest.php [new file with mode: 0644]
tests/Core/CommandInterperterTest.php [new file with mode: 0644]
tests/Core/HashTagDetectionTests.php [new file with mode: 0644]
tests/Core/LocationTest.php [new file with mode: 0644]
tests/Core/NicknameTest.php [new file with mode: 0644]
tests/Core/TagURITest.php [new file with mode: 0644]
tests/Core/URLDetectionTest.php [new file with mode: 0644]
tests/Core/UUIDTest.php [new file with mode: 0644]
tests/Core/UserFeedParseTest.php [new file with mode: 0644]
tests/Core/UserRightsTest.php [new file with mode: 0644]
tests/Core/XmppValidateTest.php [new file with mode: 0644]
tests/CurryTest.php [deleted file]
tests/HashTagDetectionTests.php [deleted file]
tests/LocationTest.php [deleted file]
tests/Media/MediaFileTest.php [new file with mode: 0644]
tests/Media/sample-uploads/image.gif [new file with mode: 0644]
tests/Media/sample-uploads/image.jpeg [new file with mode: 0644]
tests/Media/sample-uploads/image.jpg [new file with mode: 0644]
tests/Media/sample-uploads/image.png [new file with mode: 0644]
tests/Media/sample-uploads/office.pdf [new file with mode: 0644]
tests/Media/sample-uploads/presentation.odp [new file with mode: 0644]
tests/Media/sample-uploads/presentation.otp [new file with mode: 0644]
tests/Media/sample-uploads/presentation.pot [new file with mode: 0644]
tests/Media/sample-uploads/presentation.potm [new file with mode: 0644]
tests/Media/sample-uploads/presentation.ppt [new file with mode: 0644]
tests/Media/sample-uploads/presentation.pptx [new file with mode: 0644]
tests/Media/sample-uploads/spreadsheet.ods [new file with mode: 0644]
tests/Media/sample-uploads/spreadsheet.ots [new file with mode: 0644]
tests/Media/sample-uploads/spreadsheet.xls [new file with mode: 0644]
tests/Media/sample-uploads/spreadsheet.xlsx [new file with mode: 0644]
tests/Media/sample-uploads/spreadsheet.xlt [new file with mode: 0644]
tests/Media/sample-uploads/wordproc.doc [new file with mode: 0644]
tests/Media/sample-uploads/wordproc.docx [new file with mode: 0644]
tests/Media/sample-uploads/wordproc.odt [new file with mode: 0644]
tests/Media/sample-uploads/wordproc.ott [new file with mode: 0644]
tests/Media/sample-uploads/wordproc.rtf [new file with mode: 0644]
tests/MediaFileTest.php [deleted file]
tests/NicknameTest.php [deleted file]
tests/TagURITest.php [deleted file]
tests/URLDetectionTest.php [deleted file]
tests/UUIDTest.php [deleted file]
tests/UserFeedParseTest.php [deleted file]
tests/UserRightsTest.php [deleted file]
tests/XmppValidateTest.php [deleted file]
tests/sample-uploads/image.gif [deleted file]
tests/sample-uploads/image.jpeg [deleted file]
tests/sample-uploads/image.jpg [deleted file]
tests/sample-uploads/image.png [deleted file]
tests/sample-uploads/office.pdf [deleted file]
tests/sample-uploads/presentation.odp [deleted file]
tests/sample-uploads/presentation.otp [deleted file]
tests/sample-uploads/presentation.pot [deleted file]
tests/sample-uploads/presentation.potm [deleted file]
tests/sample-uploads/presentation.ppt [deleted file]
tests/sample-uploads/presentation.pptx [deleted file]
tests/sample-uploads/spreadsheet.ods [deleted file]
tests/sample-uploads/spreadsheet.ots [deleted file]
tests/sample-uploads/spreadsheet.xls [deleted file]
tests/sample-uploads/spreadsheet.xlsx [deleted file]
tests/sample-uploads/spreadsheet.xlt [deleted file]
tests/sample-uploads/wordproc.doc [deleted file]
tests/sample-uploads/wordproc.docx [deleted file]
tests/sample-uploads/wordproc.odt [deleted file]
tests/sample-uploads/wordproc.ott [deleted file]
tests/sample-uploads/wordproc.rtf [deleted file]