Skip to content

Commit

Permalink
Merge pull request #909 from f3ath/fix-dynamic-fields
Browse files Browse the repository at this point in the history
Class properties should be declared
  • Loading branch information
rquadling committed Jul 24, 2016
2 parents c91a723 + f02e35c commit 213154c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/Phinx/Db/Adapter/MysqlAdapterUnitTest.php
Expand Up @@ -56,6 +56,14 @@ public function getForeignKeys($tableName)

class MysqlAdapterUnitTest extends \PHPUnit_Framework_TestCase
{
/**
* @var MysqlAdapterTester
*/
private $adapter;

private $conn;

private $result;

public function setUp()
{
Expand Down

0 comments on commit 213154c

Please sign in to comment.