mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 03:34:02 +00:00
updates testbench to 5.0 and phpunit 9
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"ext-json": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^3.7"
|
||||
"orchestra/testbench": "^5.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : {
|
||||
|
||||
3002
composer.lock
generated
3002
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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