We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@phpstan-require-extends
TestCase
1 parent e00a9a1 commit c9414d4Copy full SHA for c9414d4
tests/Unit/RuleSet/RuleContainerTest.php
@@ -13,6 +13,8 @@
13
* This trait provides test methods for unit-testing classes that implement `RuleContainer`.
14
* It can be `use`d in a `TestCase` which has a `$subject` property that is an instance of the implementing class
15
* (the class under test), `setUp()` with default values.
16
+ *
17
+ * @phpstan-require-extends TestCase
18
*/
19
trait RuleContainerTest
20
{
0 commit comments