Skip to content

Commit

Permalink
fixed tests for HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
voku authored Jun 15, 2016
1 parent f68cd98 commit 0d37de9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/PostgresTableDefinitionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
*/
class PostgresTableDefinitionTest extends PHPUnit_Framework_TestCase
{
/**
* @var $adapter Ruckusing_Adapter_Sqlite3_Base
*/
private $adapter;

/**
* Setup commands before test case
*/
Expand Down

0 comments on commit 0d37de9

Please sign in to comment.