|
|
@@ -181,10 +181,13 @@ class TestTaskTest extends TestCase {
|
|
|
->with($this->stringContains('You must provide'));
|
|
|
$this->io->expects($this->at(1))
|
|
|
->method('out')
|
|
|
- ->with($this->stringContains('1. CommentsTable'));
|
|
|
+ ->with($this->stringContains('1. AuthorsTable'));
|
|
|
$this->io->expects($this->at(2))
|
|
|
->method('out')
|
|
|
- ->with($this->stringContains('2. TestPluginCommentsTable'));
|
|
|
+ ->with($this->stringContains('2. CommentsTable'));
|
|
|
+ $this->io->expects($this->at(3))
|
|
|
+ ->method('out')
|
|
|
+ ->with($this->stringContains('3. TestPluginCommentsTable'));
|
|
|
|
|
|
$this->Task->outputClassChoices('Table');
|
|
|
}
|