]> gitweb.fluxo.info Git - semanticscuttle.git/commit
use bootstrap file declared in phpunit.xml and do not include it in every single...
authorChristian Weiske <cweiske@cweiske.de>
Tue, 12 Apr 2011 07:29:59 +0000 (09:29 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 12 Apr 2011 07:29:59 +0000 (09:29 +0200)
commitbdebe6598c52a74f7040e3a11198b3554fa58f54
tree9f9c2c6f79a4a76adb8371bd5bc5fd90108eae0f
parent90f29d6e671f4c24f75bdc4774f223c53bf0a46c
use bootstrap file declared in phpunit.xml and do not include it in every single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred
18 files changed:
tests/AllTests.php
tests/Api/ExportCsvTest.php
tests/Api/PostsAddTest.php
tests/Api/PostsDeleteTest.php
tests/Api/PostsUpdateTest.php
tests/Bookmark2TagTest.php
tests/BookmarkTest.php
tests/CommonDescriptionTest.php
tests/SearchHistoryTest.php
tests/Tag2TagTest.php
tests/TagTest.php
tests/TagsCacheTest.php
tests/UserArrayTest.php
tests/UserTest.php
tests/VoteTest.php
tests/ajax/GetAdminLinkedTagsTest.php
tests/ajax/GetAdminTagsTest.php
tests/ajax/GetContactTagsTest.php