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:
parent
6a53b1df42
commit
0b55a0ca91
2 changed files with 6 additions and 7 deletions
|
@ -113,7 +113,7 @@ class ClassMapGeneratorTest extends TestCase
|
|||
|
||||
/**
|
||||
* @expectedException \RuntimeException
|
||||
* @expectedExceptionMessage Could not scan for classes inside
|
||||
* @expectedExceptionMessage does not exist
|
||||
*/
|
||||
public function testFindClassesThrowsWhenFileDoesNotExist()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue