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 67525c2 commit 637264eCopy full SHA for 637264e
src/PendingTest.php
@@ -23,7 +23,7 @@ final class PendingTest
23
*/
24
public function __destruct()
25
{
26
- $this->build();
+ $this->compile();
27
}
28
29
/**
@@ -61,12 +61,4 @@ public function compile(): void
61
62
expect($result->ok())->toBeTrue();
63
64
-
65
- /**
66
- * Ends the chain and builds the test result.
67
- */
68
- public function __destruct()
69
- {
70
- $this->compile();
71
- }
72
0 commit comments