We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf76c2 commit cf4ae68Copy full SHA for cf4ae68
2 files changed
tests/Rules/PHPUnit/data/assert-same.php
@@ -1,6 +1,6 @@
1
<?php declare(strict_types = 1);
2
3
-namespace ExampleTestCase;
+namespace ExampleTestCaseAsserts;
4
5
class FooTestCase extends \PHPUnit\Framework\TestCase
6
{
tests/Type/PHPUnit/data/assert-function-9.6.11.php
<?php
-namespace AssertFunction;
+namespace AssertFunction96;
use function PHPStan\Testing\assertType;
use function PHPUnit\Framework\assertObjectHasProperty;
0 commit comments