antograssiot 10 years ago
parent
commit
bb5e5029d2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tests/TestCase/Shell/Task/ExtractTaskTest.php

+ 0 - 2
tests/TestCase/Shell/Task/ExtractTaskTest.php

@@ -166,14 +166,12 @@ class ExtractTaskTest extends TestCase
      */
     public function testExtractWithoutLocations()
     {
-
         $this->Task->params['paths'] = TEST_APP . 'TestApp/Template';
         $this->Task->params['output'] = $this->path . DS;
         $this->Task->params['exclude'] = 'Pages,Layout';
         $this->Task->params['extract-core'] = 'no';
         $this->Task->params['no-location'] = true;
 
-
         $this->Task->expects($this->never())->method('err');
         $this->Task->expects($this->any())->method('in')
             ->will($this->returnValue('y'));