mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 17:42:41 +00:00
Removing junk
This commit is contained in:
parent
3f7821c258
commit
8a5d6cae77
1 changed files with 1 additions and 2 deletions
|
@ -627,8 +627,7 @@ class ModelTaskTest extends CakeTestCase {
|
|||
$this->Task->connection = 'test_suite';
|
||||
$this->Task->path = '/my/path/';
|
||||
$this->Task->args = array('all');
|
||||
//core.article', 'core.comment', 'core.articles_tag', 'core.tag', 'core.category_thread
|
||||
|
||||
|
||||
$filename = '/my/path/article.php';
|
||||
$this->Task->expectAt(0, 'createFile', array($filename, new PatternExpectation('/class Article/')));
|
||||
$this->Task->execute();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue