File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
test-php :
9
- name : Test on PHP ${{ matrix.php-version }} (${{ matrix.extensions }})
9
+ name : Test on PHP ${{ matrix.php-version }} (${{ matrix.php- extensions }})
10
10
runs-on : ${{ matrix.os }}
11
11
continue-on-error : ${{ matrix.experimental }}
12
12
strategy :
Original file line number Diff line number Diff line change 46
46
"PhpMyAdmin\\ ShapeFile\\ " : " src"
47
47
}
48
48
},
49
+ "autoload-dev" : {
50
+ "psr-4" : {
51
+ "PhpMyAdminTest\\ ShapeFile\\ " : " tests"
52
+ }
53
+ },
49
54
"config" :{
50
55
"sort-packages" : true ,
51
56
"allow-plugins" : {
Original file line number Diff line number Diff line change 23
23
* https://www.gnu.org/copyleft/gpl.html.
24
24
*/
25
25
26
- namespace ShapeFileTest ;
26
+ namespace PhpMyAdminTest \ ShapeFile ;
27
27
28
28
use PhpMyAdmin \ShapeFile \ShapeFile ;
29
29
use PhpMyAdmin \ShapeFile \ShapeRecord ;
Original file line number Diff line number Diff line change 22
22
* https://www.gnu.org/copyleft/gpl.html.
23
23
*/
24
24
25
- namespace UtilTest ;
25
+ namespace PhpMyAdminTest \ ShapeFile ;
26
26
27
27
use PhpMyAdmin \ShapeFile \Util ;
28
28
use PHPUnit \Framework \TestCase ;
You can’t perform that action at this time.
0 commit comments