Skip to content

Commit

Permalink
fix phpcs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
imsamurai committed Nov 14, 2013
1 parent 7bc8dac commit 15805e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php
Expand Up @@ -3154,7 +3154,7 @@ public function testBuildColumnBadType() {
);
$this->Dbo->buildColumn($data);
}

/**
* Test `unsigned` field parameter
*
Expand All @@ -3169,7 +3169,7 @@ public function testBuildColumnUnsigned($data, $expected) {//debug($this->Dbo->c
$result = $this->Dbo->buildColumn($data);
$this->assertEquals($expected, $result);
}

/**
* Data provider testBuildColumnUnsigned method
*
Expand Down

0 comments on commit 15805e6

Please sign in to comment.