From 70e305a918fcf193009831d4e89aa8c386df3dc4 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 29 Mar 2016 09:24:08 +0200 Subject: Ported / fixed most old tests --- tests/unit/Data/TableGateway/TableInfoGatewayTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/unit/Data/TableGateway/TableInfoGatewayTest.php') diff --git a/tests/unit/Data/TableGateway/TableInfoGatewayTest.php b/tests/unit/Data/TableGateway/TableInfoGatewayTest.php index 24b94690..9d4c2a49 100644 --- a/tests/unit/Data/TableGateway/TableInfoGatewayTest.php +++ b/tests/unit/Data/TableGateway/TableInfoGatewayTest.php @@ -1,11 +1,11 @@ add_record2(); $info = TDbMetaData::getInstance($conn)->getTableInfo('address'); $table = new TTableGateway($info, $conn); - $this->assertEqual(count($table->findAll()->readAll()), 2); + $this->assertEquals(count($table->findAll()->readAll()), 2); } } \ No newline at end of file -- cgit v1.2.3