mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 09:32:43 +00:00
Fix PHPCS errors.
This commit is contained in:
parent
59a18e7709
commit
7613e720e7
1 changed files with 6 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue