Fix lib/autoload.php
Tests were renamed in more logical namespaces Autoload uses Composer if possible, but have a fallback to a custom PSR-4 autoloader.
Showing
- composer.json 1 addition, 2 deletionscomposer.json
- lib/autoload.php 46 additions, 10 deletionslib/autoload.php
- phpunit.xml.dist 4 additions, 4 deletionsphpunit.xml.dist
- tests/Fixtures/MockClient.php 1 addition, 1 deletiontests/Fixtures/MockClient.php
- tests/Unit/Api/AttachmentTest.php 1 addition, 1 deletiontests/Unit/Api/AttachmentTest.php
- tests/Unit/Api/CustomFieldTest.php 1 addition, 1 deletiontests/Unit/Api/CustomFieldTest.php
- tests/Unit/Api/GroupTest.php 1 addition, 1 deletiontests/Unit/Api/GroupTest.php
- tests/Unit/Api/IssueCategoryTest.php 1 addition, 1 deletiontests/Unit/Api/IssueCategoryTest.php
- tests/Unit/Api/IssuePriorityTest.php 1 addition, 1 deletiontests/Unit/Api/IssuePriorityTest.php
- tests/Unit/Api/IssueRelationTest.php 1 addition, 1 deletiontests/Unit/Api/IssueRelationTest.php
- tests/Unit/Api/IssueStatusTest.php 1 addition, 1 deletiontests/Unit/Api/IssueStatusTest.php
- tests/Unit/Api/IssueTest.php 1 addition, 1 deletiontests/Unit/Api/IssueTest.php
- tests/Unit/Api/MembershipTest.php 1 addition, 1 deletiontests/Unit/Api/MembershipTest.php
- tests/Unit/Api/NewsTest.php 1 addition, 1 deletiontests/Unit/Api/NewsTest.php
- tests/Unit/Api/ProjectTest.php 1 addition, 1 deletiontests/Unit/Api/ProjectTest.php
- tests/Unit/Api/QueryTest.php 1 addition, 1 deletiontests/Unit/Api/QueryTest.php
- tests/Unit/Api/RoleTest.php 1 addition, 1 deletiontests/Unit/Api/RoleTest.php
- tests/Unit/Api/TimeEntryActivityTest.php 1 addition, 1 deletiontests/Unit/Api/TimeEntryActivityTest.php
- tests/Unit/Api/TimeEntryTest.php 1 addition, 1 deletiontests/Unit/Api/TimeEntryTest.php
- tests/Unit/Api/TrackerTest.php 1 addition, 1 deletiontests/Unit/Api/TrackerTest.php
Please register or sign in to comment