Skip to content

Commit 1785119

Browse files
committed
Update
1 parent ece8c4a commit 1785119

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

autoload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
$autoloaDirectory = array(
1313
'library' => 'CodeMommy\\AutoloadPHP\\Library',
14-
'class' => 'CodeMommy\\AutoloadPHP',
15-
'interface' => 'CodeMommy\\AutoloadPHP'
14+
'interface' => 'CodeMommy\\AutoloadPHP',
15+
'class' => 'CodeMommy\\AutoloadPHP'
1616
);
1717

1818
Autoload::directory($autoloaDirectory);

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<testsuites>
44
<testsuite name="CodeMommy AutoloadPHP">
55
<directory suffix="Test.php">./test</directory>
6-
<exclude>./test_case</exclude>
76
</testsuite>
87
</testsuites>
98
<filter>

0 commit comments

Comments
 (0)