We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae02b7 commit f087a18Copy full SHA for f087a18
1 file changed
tests/TestCase.php
@@ -29,6 +29,10 @@
29
use Symfony\Component\Yaml\Exception\ParseException as YamlParseException;
30
use Symfony\Component\Yaml\Yaml;
31
32
+/**
33
+ * Abstract TestCase for PHPUnitArrayAsserts unit tests providing helper
34
+ * methods to mock constraints and to read YAML test data files.
35
+ */
36
abstract class TestCase extends \PHPUnit\Framework\TestCase
37
{
38
use ThrowableAssertsTrait;
0 commit comments