Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Aug 25, 2014
1 parent 7936b5e commit cc0acd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ public function testDescribeHandleCurrentTimestamp() {
PRIMARY KEY(id)
);
SQL;
$this->Dbo->execute($sql);
$this->Dbo->execute($sql);
$model = new Model(array(
'table' => 'timestamp_default_values',
'ds' => 'test',
Expand Down

0 comments on commit cc0acd1

Please sign in to comment.