fix phpcs

This commit is contained in:
Jorge M. González Martín 2016-01-29 08:56:36 +00:00
parent 70c4e40532
commit 3ca3ffeeee

View file

@ -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();