Skip to content

Commit

Permalink
FEAT: skip
Browse files Browse the repository at this point in the history
  • Loading branch information
drosanda committed Nov 8, 2024
1 parent f8b9205 commit 9be2d72
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions dev/test/SENE_Model_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ public function invokeMethod(&$object, $methodName, array $parameters = array())
return $method->invokeArgs($object, $parameters);
}

/**
*
*
*
*
*/
public function testDBConnection()
{
$tc = new SENE_Model_Mock();
$this->assertEquals(0,$tc->db->__mysqli->connect_errno);
}
// /**
// *
// *
// *
// *
// */
// public function testDBConnection()
// {
// $tc = new SENE_Model_Mock();
// $this->assertEquals(0,$tc->db->__mysqli->connect_errno);
// }

/**
*
Expand Down

0 comments on commit 9be2d72

Please sign in to comment.