File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1616 "MyCLabs\\ Enum\\ " : " src/"
1717 }
1818 },
19+ "autoload-dev" : {
20+ "psr-4" : {
21+ "MyCLabs\\ Tests\\ Enum\\ " : " tests/"
22+ }
23+ },
1924 "require" : {
2025 "php" : " >=5.3"
2126 },
Original file line number Diff line number Diff line change 44 * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
55 */
66
7- namespace MyCLabs \Enum ;
7+ namespace MyCLabs \Tests \Enum ;
8+
9+ use MyCLabs \Enum \Enum ;
810
911/**
1012 * Class EnumFixture
Original file line number Diff line number Diff line change 44 * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
55 */
66
7- namespace MyCLabs \Enum ;
7+ namespace MyCLabs \Tests \ Enum ;
88
99/**
10- * Enum test
11- *
1210 * @author Matthieu Napoli <matthieu@mnapoli.fr>
1311 * @author Daniel Costa <danielcosta@gmail.com
1412 */
You can’t perform that action at this time.
0 commit comments