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 ebb6bf3 commit 199f58eCopy full SHA for 199f58e
releases/8.3/release.inc
@@ -111,7 +111,7 @@ PHP
111
<?php highlight_php_trimmed(
112
<<<'PHP'
113
use PHPUnit\Framework\TestCase;
114
-
+
115
final class MyTest extends TestCase
116
{
117
protected $logFile;
@@ -143,7 +143,7 @@ PHP
143
144
// TODO
145
146
147
148
149
@@ -163,6 +163,7 @@ final class MyTest extends TestCase
163
164
// Fatal error: MyTest::taerDown() has #[\Override] attribute,
165
// but no matching parent method exists
166
+PHP
167
); ?>
168
</div>
169
0 commit comments