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 16
16
"MyCLabs\\ Enum\\ " : " src/"
17
17
}
18
18
},
19
+ "autoload-dev" : {
20
+ "psr-4" : {
21
+ "MyCLabs\\ Tests\\ Enum\\ " : " tests/"
22
+ }
23
+ },
19
24
"require" : {
20
25
"php" : " >=5.3"
21
26
},
Original file line number Diff line number Diff line change 4
4
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
5
5
*/
6
6
7
- namespace MyCLabs \Enum ;
7
+ namespace MyCLabs \Tests \Enum ;
8
+
9
+ use MyCLabs \Enum \Enum ;
8
10
9
11
/**
10
12
* Class EnumFixture
Original file line number Diff line number Diff line change 4
4
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
5
5
*/
6
6
7
- namespace MyCLabs \Enum ;
7
+ namespace MyCLabs \Tests \ Enum ;
8
8
9
9
/**
10
- * Enum test
11
- *
12
10
* @author Matthieu Napoli <matthieu@mnapoli.fr>
13
11
* @author Daniel Costa <danielcosta@gmail.com
14
12
*/
You can’t perform that action at this time.
0 commit comments