Fix PHPCS errors.

This commit is contained in:
mark_story 2015-07-07 22:06:47 -04:00
parent 59a18e7709
commit 7613e720e7

View file

@ -560,13 +560,12 @@ class SqliteTest extends CakeTestCase {
$this->assertEquals($expected, $result);
}
/**
* Test parsing more complex field names.
*
* @return void
*/
public function testFetchColumnRowParsingMoreComplex()
{
/**
* Test parsing more complex field names.
*
* @return void
*/
public function testFetchColumnRowParsingMoreComplex() {
$this->loadFixtures('User');
$sql = 'SELECT
COUNT(*) AS User__count,