Merge pull request #285 from jrfnl/feature/tests-annotate-no-assertions

Tests: mark test without assertions as such
This commit is contained in:
Jaap van Otterdijk
2021-08-01 22:21:35 +02:00
committed by GitHub
@@ -12,6 +12,9 @@ use PHPUnit\Framework\TestCase;
*/ */
class ModifyBackTraceSafeTest extends TestCase class ModifyBackTraceSafeTest extends TestCase
{ {
/**
* @doesNotPerformAssertions
*/
public function testBackTraceModificationDoesNotImpactFunctionArguments() public function testBackTraceModificationDoesNotImpactFunctionArguments()
{ {
$traverser = new Traverser(); $traverser = new Traverser();