Skip to content

Commit 36f4124

Browse files
committed
Tests: mark test without assertions as such
... to prevent it from being considered "risky" and being listed as "risky" below each test run. ``` There was 1 risky test: 1) phpDocumentor\Reflection\ModifyBackTraceSafeTest::testBackTraceModificationDoesNotImpactFunctionArguments This test did not perform any assertions /home/runner/work/ReflectionDocBlock/ReflectionDocBlock/tests/integration/ModifyBackTraceSafeTest.php:15 ```
1 parent 8719cc1 commit 36f4124

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/ModifyBackTraceSafeTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
*/
1313
class ModifyBackTraceSafeTest extends TestCase
1414
{
15+
/**
16+
* @doesNotPerformAssertions
17+
*/
1518
public function testBackTraceModificationDoesNotImpactFunctionArguments()
1619
{
1720
$traverser = new Traverser();

0 commit comments

Comments
 (0)