feat: adds after

This commit is contained in:
Nuno Maduro
2024-05-08 01:24:30 +01:00
parent 04b099e87c
commit 8169382362
11 changed files with 312 additions and 16 deletions

View File

@ -1,6 +1,11 @@
<?php
/**
* @return \PHPUnit\Framework\TestCase
*/
function myAssertTrue($value)
{
test()->assertTrue($value);
return test();
}