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 8c915bb commit c99da97Copy full SHA for c99da97
.github/workflows/psalm.yml
composer.json
@@ -30,9 +30,7 @@
30
"require-dev": {
31
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
32
"phpunit/phpunit": "^9.5.10 || ^10.0",
33
- "spatie/laravel-ray": "^1.29",
34
- "timacdonald/log-fake": "^2.0",
35
- "vimeo/psalm": "^4.20"
+ "timacdonald/log-fake": "^2.0"
36
},
37
"autoload": {
38
"psr-4": {
psalm.xml.dist
tests/TestCase.php
@@ -9,8 +9,6 @@ abstract class TestCase extends Orchestra
9
{
10
public function setUp(): void
11
12
- ray()->newScreen("Test {$this->getName()}");
13
-
14
parent::setUp();
15
16
config()->set('http-client-logger.filter_2xx', true);
0 commit comments