Skip to content

Commit

Permalink
chore: work around for `Cannot declare class Config\App, because the …
Browse files Browse the repository at this point in the history
…name is already in use`

codeigniter4/CodeIgniter4#4114
  • Loading branch information
kenjis committed Jan 18, 2021
1 parent b61f8e9 commit 6450dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</include>
<exclude>
<directory suffix=".php">./app/Views</directory>
<file>./app/Config/App.php</file>
<file>./app/Config/Routes.php</file>
</exclude>
<report>
Expand Down

0 comments on commit 6450dd2

Please sign in to comment.