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 f2727ff commit feb8721Copy full SHA for feb8721
tests/Pest/ExampleTest.php
@@ -1,5 +1,7 @@
1
<?php
2
3
-test('example', function () {
+declare(strict_types=1);
4
+
5
+test('example', static function (): void {
6
expect(true)->toBeTrue();
7
});
tests/TestCase.php
@@ -9,7 +9,5 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
9
protected function setUp(): void
10
{
11
parent::setUp();
12
-
13
- //
14
}
15
0 commit comments