Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
fixed @ExpectedException class names
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 25, 2013
1 parent 77f6996 commit 0a5217e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ClassCollectionLoaderTest.php
Expand Up @@ -189,7 +189,7 @@ public function getFixNamespaceDeclarationsDataWithoutTokenizer()
} }


/** /**
* @expectedException InvalidArgumentException * @expectedException \InvalidArgumentException
*/ */
public function testUnableToLoadClassException() public function testUnableToLoadClassException()
{ {
Expand Down

0 comments on commit 0a5217e

Please sign in to comment.