Skip to content

Commit 8a3c8c9

Browse files
author
Michal Piotrowski
committed
load test
1 parent 2cf50b7 commit 8a3c8c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,10 @@ public function testUnableToLoadClassException()
173173
{
174174
ClassCollectionLoader::load(array('SomeNotExistingClass'), '', 'foo', false);
175175
}
176+
177+
public function testLoadTwiceClass()
178+
{
179+
ClassCollectionLoader::load(array('Foo'), '', 'foo', false);
180+
ClassCollectionLoader::load(array('Foo'), '', 'foo', false);
181+
}
176182
}

0 commit comments

Comments
 (0)