From e955c78885445f8ee8a1ef4e1e15fc5497ff3a51 Mon Sep 17 00:00:00 2001 From: mscherer Date: Fri, 10 Apr 2020 17:56:23 +0200 Subject: [PATCH] Fix tests. --- tests/Phinx/Db/Adapter/PostgresAdapterTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Phinx/Db/Adapter/PostgresAdapterTest.php b/tests/Phinx/Db/Adapter/PostgresAdapterTest.php index 78c3910e4..36e9293bc 100644 --- a/tests/Phinx/Db/Adapter/PostgresAdapterTest.php +++ b/tests/Phinx/Db/Adapter/PostgresAdapterTest.php @@ -1300,7 +1300,6 @@ public function testGetPhinxType() $this->assertEquals('datetime', $this->adapter->getPhinxType('timestamp without time zone')); $this->assertEquals('uuid', $this->adapter->getPhinxType('uuid')); - $this->assertEquals('binaryuuid', $this->adapter->getPhinxType('binaryuuid')); $this->assertEquals('interval', $this->adapter->getPhinxType('interval')); }