Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 2b8dbe3

Browse files
committed
Removes unneeded \PHPUnit\Framework\TestCase and \PHPUnit_Framework_TestCase shim files.
1 parent fc69319 commit 2b8dbe3

File tree

2 files changed

+3
-36
lines changed

2 files changed

+3
-36
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
],
1010
"autoload": {
1111
"psr-4": {
12+
"": "src/Shim/Compatibility/TestCase/",
13+
"PHPUnit\\Framework\\": "src/Shim/Compatibility/TestCase/",
1214
"Potherca\\PhpUnit\\": "src/"
13-
},
14-
"files": ["src/Shim/testCaseShim.php"]
15+
}
1516
},
1617
"config": {
1718
"sort-packages": true

src/Shim/testCaseShim.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)