Added tests for the Store (MySQL and PostgreSQL).

This commit is contained in:
Dmitry Khomutov 2018-03-01 19:36:28 +07:00
commit 42a8316479
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
14 changed files with 590 additions and 181 deletions

View file

@ -39,7 +39,7 @@ class DatabasePostgresqlTest extends \PHPUnit_Extensions_Database_TestCase
"branch" character varying(250) NOT NULL DEFAULT \'master\',
"createDate" timestamp without time zone,
PRIMARY KEY ("id")
);
)
');
} catch (\PDOException $ex) {
$this->connection = null;