File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ foreach ($autoload_candidates as $candidate) {
21
21
}
22
22
unset($ autoload_candidates );
23
23
24
+ use Phpake \Phpake ;
24
25
use Phpake \PhpakeFile ;
25
26
26
27
try {
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ namespace Phpake ;
4
+
3
5
use Symfony \Component \Console \Application ;
4
6
use Symfony \Component \Console \Input \InputInterface ;
5
7
use Symfony \Component \Console \Input \ArgvInput ;
6
8
use Symfony \Component \Console \Output \OutputInterface ;
7
9
use Symfony \Component \Console \Output \ConsoleOutput ;
8
10
use Phpake \Commands \ExecCommand ;
9
- use Phpake \PhpakeFile ;
10
11
11
12
/**
12
13
* A make-like built on PHP.
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
use PHPUnit \Framework \TestCase ;
4
+ use Phpake \Phpake ;
4
5
5
6
/**
6
7
* @covers Phpake
You can’t perform that action at this time.
0 commit comments