Upgrade to PHPUnit 8 (#1548)
- Eliminate deprecated annotations and method calls. - Add required return types to standard methods. - Add php-cs-fixer rules to improve tests. - Add .gitignore support for new test result cache. - Fixed a few minor bugs/bad comments identified while upgrading.
Showing
- .gitignore 9 additions, 20 deletions.gitignore
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 95 additions, 47 deletionscomposer.lock
- module/VuFind/src/VuFindTest/Unit/ILSDriverTestCase.php 2 additions, 1 deletionmodule/VuFind/src/VuFindTest/Unit/ILSDriverTestCase.php
- module/VuFind/src/VuFindTest/Unit/MinkTestCase.php 5 additions, 4 deletionsmodule/VuFind/src/VuFindTest/Unit/MinkTestCase.php
- module/VuFind/src/VuFindTest/Unit/MockContainerTest.php 1 addition, 1 deletionmodule/VuFind/src/VuFindTest/Unit/MockContainerTest.php
- module/VuFind/src/VuFindTest/Unit/UserCreationTrait.php 4 additions, 3 deletionsmodule/VuFind/src/VuFindTest/Unit/UserCreationTrait.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Auth/DatabaseTest.php 27 additions, 16 deletions...ts/integration-tests/src/VuFindTest/Auth/DatabaseTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Auth/ILSTest.php 25 additions, 17 deletions...d/tests/integration-tests/src/VuFindTest/Auth/ILSTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Auth/ShibbolethTest.php 17 additions, 11 deletions.../integration-tests/src/VuFindTest/Auth/ShibbolethTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrAuthTest.php 3 additions, 2 deletions...egration-tests/src/VuFindTest/Connection/SolrAuthTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrTest.php 3 additions, 2 deletions.../integration-tests/src/VuFindTest/Connection/SolrTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Db/Table/ChangeTrackerTest.php 3 additions, 2 deletions...ation-tests/src/VuFindTest/Db/Table/ChangeTrackerTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/AccountActionsTest.php 7 additions, 6 deletions...egration-tests/src/VuFindTest/Mink/AccountActionsTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/AccountMenuTest.php 7 additions, 6 deletions...integration-tests/src/VuFindTest/Mink/AccountMenuTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BulkTest.php 4 additions, 4 deletions.../tests/integration-tests/src/VuFindTest/Mink/BulkTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CallnumberBrowseTest.php 5 additions, 4 deletions...ration-tests/src/VuFindTest/Mink/CallnumberBrowseTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CartTest.php 4 additions, 4 deletions.../tests/integration-tests/src/VuFindTest/Mink/CartTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/ChoiceAuthTest.php 6 additions, 5 deletions.../integration-tests/src/VuFindTest/Mink/ChoiceAuthTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php 7 additions, 6 deletions...s/integration-tests/src/VuFindTest/Mink/FavoritesTest.php
Please register or sign in to comment