mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-05 06:49:08 +00:00
updates testbench to 5.0 and phpunit 9
This commit is contained in:
@@ -83,7 +83,7 @@ class UpdaterTest extends TestCase
|
||||
|
||||
$this->fail('exception was thrown');
|
||||
} catch (Exception $e) {
|
||||
$this->assertContains('No records or invalid JSON for', $e->getMessage());
|
||||
$this->assertStringContainsString('No records or invalid JSON for', $e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user