Skip to content

Commit 718520e

Browse files
committed
renamed folder library to src
1 parent f51a0c2 commit 718520e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/EnumTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
exit(1);
1717
}
1818

19-
require_once dirname(__FILE__) . '/../library/Enum.php';
19+
require_once dirname(__FILE__) . '/../src/Enum.php';
2020

2121
class EnumTest extends PHPUnit_Framework_TestCase
2222
{

0 commit comments

Comments
 (0)