Merge pull request #4 from clemblanco/click-poc #31
Annotations
12 errors
Static Tests (prefer-stable):
src/PendingTest.php#L28
Call to an undefined method Pest\Browser\PendingTest::compile().
|
Static Tests (prefer-stable):
src/PendingTest.php#L76
Cannot call method response() on null.
|
Static Tests (prefer-stable):
src/PendingTest.php#L76
Method Pest\Browser\PendingTest::response() should return Pest\Browser\ValueObjects\TestResultResponse but returns mixed.
|
Static Tests (prefer-stable):
src/PendingTest.php#L76
Result of method Pest\Browser\PendingTest::build() (void) is used.
|
Static Tests (prefer-stable):
src/PendingTest.php#L94
Method Pest\Browser\PendingTest::build() with return type void returns Pest\Browser\ValueObjects\TestResult but should not return anything.
|
Static Tests (prefer-stable):
src/Support/Str.php#L27
Only booleans are allowed in a negated boolean, int|false given.
|
Static Tests (prefer-stable):
src/ValueObjects/TestResultResponse.php#L14
Property Pest\Browser\ValueObjects\TestResultResponse::$headers type has no value type specified in iterable type array.
|
Static Tests (prefer-stable):
src/ValueObjects/TestResultResponse.php#L23
Method Pest\Browser\ValueObjects\TestResultResponse::__construct() has parameter $annotations with no value type specified in iterable type array.
|
Static Tests (prefer-stable):
src/ValueObjects/TestResultResponse.php#L27
Parameter #1 $array of static method Pest\Support\Arr::get() expects array<mixed>, mixed given.
|
Static Tests (prefer-stable):
src/ValueObjects/TestResultResponse.php#L30
Cannot use array destructuring on mixed.
|
Static Tests (prefer-lowest)
The job was canceled because "prefer-stable" failed.
|
Static Tests (prefer-lowest)
The operation was canceled.
|