Skip to content

Commit cf4ae68

Browse files
committed
fix symbol conflicts
1 parent edf76c2 commit cf4ae68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Rules/PHPUnit/data/assert-same.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types = 1);
22

3-
namespace ExampleTestCase;
3+
namespace ExampleTestCaseAsserts;
44

55
class FooTestCase extends \PHPUnit\Framework\TestCase
66
{

tests/Type/PHPUnit/data/assert-function-9.6.11.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace AssertFunction;
3+
namespace AssertFunction96;
44

55
use function PHPStan\Testing\assertType;
66
use function PHPUnit\Framework\assertObjectHasProperty;

0 commit comments

Comments
 (0)