updates for phpunit 8
This commit is contained in:
@ -10,7 +10,7 @@ class BulkAddTest extends ShimmiePHPUnitTestCase
|
||||
|
||||
$bae = new BulkAddEvent('asdf');
|
||||
send_event($bae);
|
||||
$this->assertContains(
|
||||
$this->assertStringContainsString(
|
||||
"Error, asdf is not a readable directory",
|
||||
$bae->results,
|
||||
implode("\n", $bae->results)
|
||||
|
Reference in New Issue
Block a user