mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Moving more vendors/shells into console dirs.
This commit is contained in:
parent
5737cf7877
commit
14820fe03f
10 changed files with 2 additions and 3 deletions
|
@ -48,7 +48,6 @@ class TemplateTaskTest extends CakeTestCase {
|
|||
array('in', 'err', 'createFile', '_stop', 'clear'),
|
||||
array(&$this->Dispatcher, $out, $out, $in)
|
||||
);
|
||||
$this->Task->Dispatch->shellPaths = App::path('shells');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -130,7 +129,7 @@ class TemplateTaskTest extends CakeTestCase {
|
|||
public function testGenerate() {
|
||||
App::build(array(
|
||||
'shells' => array(
|
||||
TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'vendors' . DS . 'shells' . DS
|
||||
TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'console' . DS
|
||||
)
|
||||
));
|
||||
$this->Task->initialize();
|
||||
|
@ -150,7 +149,7 @@ class TemplateTaskTest extends CakeTestCase {
|
|||
public function testGenerateWithTemplateFallbacks() {
|
||||
App::build(array(
|
||||
'shells' => array(
|
||||
TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'vendors' . DS . 'shells' . DS,
|
||||
TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'console' . DS,
|
||||
CAKE_CORE_INCLUDE_PATH . DS . 'console' . DS
|
||||
)
|
||||
));
|
||||
|
|
BIN
cake/tests/test_app/plugins/test_plugin_two/console/shells/.DS_Store
vendored
Normal file
BIN
cake/tests/test_app/plugins/test_plugin_two/console/shells/.DS_Store
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue