From 3ca3ffeeee0189b7e4ec6f3db1bfabf4c316a567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20M=2E=20Gonz=C3=A1lez=20Mart=C3=ADn?= Date: Fri, 29 Jan 2016 08:56:36 +0000 Subject: [PATCH] fix phpcs --- lib/Cake/Test/Case/Model/ModelWriteTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/Model/ModelWriteTest.php b/lib/Cake/Test/Case/Model/ModelWriteTest.php index 79a89fadd..e41fcc43d 100644 --- a/lib/Cake/Test/Case/Model/ModelWriteTest.php +++ b/lib/Cake/Test/Case/Model/ModelWriteTest.php @@ -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();