mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
fix phpcs
This commit is contained in:
parent
70c4e40532
commit
3ca3ffeeee
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ class ModelWriteTest extends BaseModelTest {
|
|||
* @return void
|
||||
*/
|
||||
public function testAutoSaveUuidNative() {
|
||||
$this->skipIf(!($this->db instanceof Postgres), 'This test is compatible with Postgres only.');
|
||||
$this->skipIf(!($this->db instanceof Postgres), 'This test is compatible with Postgres only.');
|
||||
|
||||
$this->loadFixtures('UuidNative');
|
||||
$TestModel = new UuidNative();
|
||||
|
|
Loading…
Add table
Reference in a new issue