We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7796af7 commit fe3238dCopy full SHA for fe3238d
composer.json
@@ -23,7 +23,7 @@
23
},
24
"require-dev": {
25
"larapack/dd": "^1.0",
26
- "orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0|^7.0",
+ "orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0|^7.0|^8.0|^9.0",
27
"phpunit/phpunit": "^7.0| ^8.0|^9.5.10",
28
"spatie/phpunit-snapshot-assertions": "^1.3|^4.2"
29
tests/GenerationTest.php
@@ -45,7 +45,7 @@ public function it_generated_graphviz_for_test_models_with_db_columns()
45
]);
46
47
$this->assertMatchesSnapshot(Artisan::output());
48
- }o
+ }
49
50
/** @test */
51
public function it_generated_graphviz_in_jpeg_format()
0 commit comments