mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
fix code style
This commit is contained in:
parent
8bcfe452da
commit
0286e4120d
1 changed files with 2 additions and 2 deletions
|
@ -3278,8 +3278,8 @@ class MysqlTest extends CakeTestCase {
|
|||
$types = $this->Dbo->fieldParameters['unsigned']['types'];
|
||||
$schema = $Model->schema();
|
||||
foreach ($types as $type) {
|
||||
$this->assertArrayHasKey('unsigned', $schema['u'.$type]);
|
||||
$this->assertTrue($schema['u'.$type]['unsigned']);
|
||||
$this->assertArrayHasKey('unsigned', $schema['u' . $type]);
|
||||
$this->assertTrue($schema['u' . $type]['unsigned']);
|
||||
$this->assertArrayHasKey('unsigned', $schema[$type]);
|
||||
$this->assertFalse($schema[$type]['unsigned']);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue