Remove whitespace [Gun.io WhitespaceBot]

This commit is contained in:
Gun.io Whitespace Robot 2011-10-28 01:01:17 -04:00 committed by Juan Basso
parent 8945dcbf57
commit 4742168253
72 changed files with 248 additions and 248 deletions

View file

@ -613,7 +613,7 @@ class ViewTaskTest extends CakeTestCase {
TMP . 'ViewTaskComments' . DS . 'index.ctp',
$this->stringContains('ViewTaskComment')
);
$this->Task->expects($this->at(4))->method('createFile')
->with(
TMP . 'ViewTaskComments' . DS . 'view.ctp',
@ -631,7 +631,7 @@ class ViewTaskTest extends CakeTestCase {
TMP . 'ViewTaskComments' . DS . 'edit.ctp',
$this->stringContains('Edit View Task Comment')
);
$this->Task->expects($this->exactly(4))->method('createFile');
$this->Task->execute();
}
@ -678,7 +678,7 @@ class ViewTaskTest extends CakeTestCase {
TMP . 'ViewTaskComments' . DS . 'admin_index.ctp',
$this->stringContains('ViewTaskComment')
);
$this->Task->expects($this->at(4))->method('createFile')
->with(
TMP . 'ViewTaskComments' . DS . 'admin_view.ctp',
@ -696,7 +696,7 @@ class ViewTaskTest extends CakeTestCase {
TMP . 'ViewTaskComments' . DS . 'admin_edit.ctp',
$this->stringContains('Edit View Task Comment')
);
$this->Task->expects($this->exactly(4))->method('createFile');
$this->Task->execute();
}