commit efad4009ae8277e31360b36d022f44b6914ebe07 parent fca98e742ed042c9eae6fcef6990bf761ce7822d Author: mtrnord <mtrnord1@gmail.com> Date: Sun, 4 Oct 2015 20:30:32 +0200 hmm Diffstat:
| M | tests/mysqliLoadedTest.php | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/mysqliLoadedTest.php b/tests/mysqliLoadedTest.php @@ -1,11 +1,11 @@ <?php class mysqliLoadedTest extends PHPUnit_Framework_TestCase { + $obj = new mysqliLoadedTest(); + $this->assertTrue($obj->testForMysqli()); + $this->assertTrue($obj->tryDBConnection()); public function __construct() { - $obj = new mysqliLoadedTest(); - $this->assertTrue($obj->testForMysqli()); - $this->assertTrue($obj->tryDBConnection()); }