diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2006-10-11 20:21:25 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2006-10-11 20:21:25 +0000 |
commit | d81f562b712f2387fa02290bf2ca86392ab356f2 (patch) | |
tree | d666cdefbe6ac320827a2c6cb473581b46e22c4c /tests/DatabaseTest.php | |
parent | 183851b06bd6c52f3cae5375f433da720d410447 (diff) |
Aktualisierung auf Version 1.8.1
Diffstat (limited to 'tests/DatabaseTest.php')
-rw-r--r-- | tests/DatabaseTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/DatabaseTest.php b/tests/DatabaseTest.php index a721c98d..edb785dd 100644 --- a/tests/DatabaseTest.php +++ b/tests/DatabaseTest.php @@ -13,7 +13,7 @@ class DatabaseTest extends PHPUnit_TestCase { } function setUp() { - $this->db =& new Database(); + $this->db = new Database(); } function tearDown() { @@ -90,4 +90,4 @@ class DatabaseTest extends PHPUnit_TestCase { } -?>
\ No newline at end of file +?> |