File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 77 "license" : " MIT" ,
88 "autoload" : {
99 "psr-0" : {
10- "MyCLabs" : " src/"
10+ "MyCLabs\\ Enum \\ " : " src/"
1111 }
1212 }
1313}
Original file line number Diff line number Diff line change 1111 processIsolation =" false"
1212 stopOnFailure =" false"
1313 syntaxCheck =" false"
14- bootstrap =" ./tests/bootstrap .php" >
14+ bootstrap =" ./vendor/autoload .php" >
1515
1616 <testsuites >
1717 <testsuite name =" Enum Test Suite" >
18- <directory >./tests/UnitTest/MyCLabs/Enum </directory >
18+ <directory >./tests</directory >
1919 </testsuite >
2020 </testsuites >
2121
Original file line number Diff line number Diff line change 11<?php
22/**
33 * @link http://github.com/myclabs/php-enum
4- * @author Matthieu Napoli <matthieu@mnapoli.fr>
54 * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
65 */
76
1110
1211/**
1312 * Enum test
13+ *
14+ * @author Matthieu Napoli <matthieu@mnapoli.fr>
1415 */
1516class EnumTest extends \PHPUnit_Framework_TestCase
1617{
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments