mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Updating test cases for project task to not need to turn on verbose output.
This commit is contained in:
parent
134f4835ab
commit
a234eeb0b0
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ class ProjectTaskTest extends CakeTestCase {
|
|||
protected function _setupTestProject() {
|
||||
$skel = CAKE_CORE_INCLUDE_PATH . DS . CAKE . 'console' . DS . 'templates' . DS . 'skel';
|
||||
$this->Task->expects($this->at(0))->method('in')->will($this->returnValue('y'));
|
||||
$this->Task->expects($this->at(1))->method('in')->will($this->returnValue('n'));
|
||||
$this->Task->bake($this->Task->path . 'bake_test_app', $skel);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue