Skip to content

Commit

Permalink
Add test cases for imports from internal namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rdss-sknott committed Apr 22, 2024
1 parent e680ab2 commit 5bbd83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
<?php

use UnitEnum;
class MyTraversable implements Traversable {}
class MyDateTimeClass implements DateTimeInterface {}
class MyThrowable implements Throwable {}
Expand Down
@@ -1,5 +1,5 @@
<?php

use Countable;
class MyCountable implements Countable {}
class MyOuterIterator implements OuterIterator {}
class MyRecursiveIterator implements RecursiveIterator {}
Expand Down

0 comments on commit 5bbd83f

Please sign in to comment.