File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 21
21
"php" : " >=5.6.0"
22
22
},
23
23
"require-dev" : {
24
- "cakephp/cakephp" : " 3.4. *" ,
25
- "phpunit/phpunit" : " ~5.7 " ,
26
- "cakephp/cakephp-codesniffer" : " dev-master "
24
+ "cakephp/cakephp" : " 3.*" ,
25
+ "phpunit/phpunit" : " 6.* " ,
26
+ "cakephp/cakephp-codesniffer" : " 3.* "
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class AllEnvironmentTestsTest extends TestSuite
12
12
*/
13
13
public static function suite ()
14
14
{
15
- $ suite = new TestSuite (' All Environment Tests ' );
15
+ $ suite = new TestSuite ();
16
16
17
17
$ path = dirname (__FILE__ ) . DS ;
18
18
$ suite ->addTestDirectoryRecursive ($ path );
Original file line number Diff line number Diff line change 13
13
require dirname (__DIR__ ) . '/vendor/autoload.php ' ;
14
14
// include paths from CakePHP
15
15
require dirname (__DIR__ ) . '/tests/paths.php ' ;
16
+ // include cakephp basics
17
+ require dirname (__DIR__ ) . '/vendor/cakephp/cakephp/src/basics.php ' ;
16
18
// disable cache to avoid errors on tests
17
19
\Cake \Cache \Cache::disable ();
You can’t perform that action at this time.
0 commit comments