mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Merge pull request #285 from jrfnl/feature/tests-annotate-no-assertions
Tests: mark test without assertions as such
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