1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Can't use error_clear_last as it was introduced in PHP7.

This commit is contained in:
Niels Keurentjes 2016-02-06 02:58:36 +01:00
parent 6a53b1df42
commit 0b55a0ca91
2 changed files with 6 additions and 7 deletions

View file

@ -113,7 +113,7 @@ class ClassMapGeneratorTest extends TestCase
/**
* @expectedException \RuntimeException
* @expectedExceptionMessage Could not scan for classes inside
* @expectedExceptionMessage does not exist
*/
public function testFindClassesThrowsWhenFileDoesNotExist()
{