mirror of
https://github.com/danog/class-finder.git
synced 2024-11-26 20:14:59 +01:00
Remove duplicate test that was testing checking for a fatal error in a circumstance
This commit is contained in:
parent
76a491b7ad
commit
4bcdcad244
@ -134,6 +134,7 @@ class PSR4Test extends \PHPUnit_Framework_TestCase
|
||||
'ClassFinder should be able to find 1st party classes recursively, multiple namespaces deep.'
|
||||
),
|
||||
array(
|
||||
'TestApp1\Foo\Loo',
|
||||
array(
|
||||
'TestApp1\Foo\Loo\Lar',
|
||||
'TestApp1\Foo\Loo\Laz',
|
||||
@ -155,20 +156,6 @@ class PSR4Test extends \PHPUnit_Framework_TestCase
|
||||
),
|
||||
'ClassFinder should be able to find 1st party classes recursively when a provided namespace root maps to multiple directories (Example: "HaydenPierce\\SandboxAppMulti\\": ["multi/Bop", "multi/Bot"] )'
|
||||
),
|
||||
array(
|
||||
'TestApp1\Multi',
|
||||
array(
|
||||
'TestApp1\Multi\Uij',
|
||||
'TestApp1\Multi\Yij',
|
||||
'TestApp1\Multi\Uik',
|
||||
'TestApp1\Multi\Yik',
|
||||
'TestApp1\Multi\Yop\Rik',
|
||||
'TestApp1\Multi\Yop\Tik',
|
||||
'TestApp1\Multi\Yop\Eij',
|
||||
'TestApp1\Multi\Yop\Rij'
|
||||
),
|
||||
'ClassFinder should be able to find 1st party classes recursively when a provided namespace root maps to multiple directories (Example: "HaydenPierce\\SandboxAppMulti\\": ["multi/Bop", "multi/Bot"] )'
|
||||
),
|
||||
array(
|
||||
'HaydenPierce',
|
||||
array(
|
||||
|
Loading…
Reference in New Issue
Block a user