commented out non-existing test case, and closed the unclosed code coverage block comment
This commit is contained in:
parent
1375d1332c
commit
c1709beaa4
1 changed files with 3 additions and 2 deletions
|
@ -72,7 +72,7 @@ $test->addTestCase(new Doctrine_Ticket330_TestCase());
|
||||||
*/
|
*/
|
||||||
/** */
|
/** */
|
||||||
|
|
||||||
$test->addTestCase(new Doctrine_TicketNjero_TestCase());
|
//$test->addTestCase(new Doctrine_TicketNjero_TestCase());
|
||||||
|
|
||||||
|
|
||||||
// Connection drivers (not yet fully tested)
|
// Connection drivers (not yet fully tested)
|
||||||
|
@ -477,4 +477,5 @@ function countCovered($value, $key){
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue