Skip to content

Commit

Permalink
[Tests] fix conflic with dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
jaugustin committed Jan 14, 2013
1 parent 4702164 commit ea8dc52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
*/
class TimestampableBehaviorTest extends BookstoreTestBase
{
public static function setUpBeforeClass()
{
static::$isInitialized = false;
parent::setUpBeforeClass();
}

public function testParameters()
{
$table2 = Table2Peer::getTableMap();
Expand Down
2 changes: 1 addition & 1 deletion tests/Propel/Tests/Helpers/Bookstore/BookstoreTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ abstract class BookstoreTestBase extends \PHPUnit_Framework_TestCase
/**
* @var Boolean
*/
private static $isInitialized = false;
protected static $isInitialized = false;
/**
* @var \PDO
*/
Expand Down

0 comments on commit ea8dc52

Please sign in to comment.