mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
correcting test to use DS rather than / seperator
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7721 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
ad059df35d
commit
488f1f41ee
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ class Shell extends Object {
|
|||
* @access protected
|
||||
*/
|
||||
function _checkUnitTest() {
|
||||
if (App::import('vendor', 'simpletest/simpletest')) {
|
||||
if (App::import('vendor', 'simpletest' . DS . 'simpletest')) {
|
||||
return true;
|
||||
}
|
||||
$unitTest = $this->in('Cake test suite not installed. Do you want to bake unit test files anyway?', array('y','n'), 'y');
|
||||
|
|
Loading…
Reference in a new issue