Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
KanDisheng committed Feb 5, 2018
1 parent ece8c4a commit 1785119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions autoload.php
Expand Up @@ -11,8 +11,8 @@

$autoloaDirectory = array(
'library' => 'CodeMommy\\AutoloadPHP\\Library',
'class' => 'CodeMommy\\AutoloadPHP',
'interface' => 'CodeMommy\\AutoloadPHP'
'interface' => 'CodeMommy\\AutoloadPHP',
'class' => 'CodeMommy\\AutoloadPHP'
);

Autoload::directory($autoloaDirectory);
1 change: 0 additions & 1 deletion phpunit.xml
Expand Up @@ -3,7 +3,6 @@
<testsuites>
<testsuite name="CodeMommy AutoloadPHP">
<directory suffix="Test.php">./test</directory>
<exclude>./test_case</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down

0 comments on commit 1785119

Please sign in to comment.