mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
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 ```
This commit is contained in:
@@ -12,6 +12,9 @@ use PHPUnit\Framework\TestCase;
|
||||
*/
|
||||
class ModifyBackTraceSafeTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testBackTraceModificationDoesNotImpactFunctionArguments()
|
||||
{
|
||||
$traverser = new Traverser();
|
||||
|
||||
Reference in New Issue
Block a user