diff options
Diffstat (limited to 'tests/simple_unit/I18N')
-rw-r--r-- | tests/simple_unit/I18N/MysqlMessageSourceTestCase.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/simple_unit/I18N/MysqlMessageSourceTestCase.php b/tests/simple_unit/I18N/MysqlMessageSourceTestCase.php index 9f48d499..2fc96163 100644 --- a/tests/simple_unit/I18N/MysqlMessageSourceTestCase.php +++ b/tests/simple_unit/I18N/MysqlMessageSourceTestCase.php @@ -17,6 +17,7 @@ class MysqlMessageSourceTestCase extends UnitTestCase return $this->_source;
}
+/*
function test_source()
{
$source = $this->get_source();
@@ -38,6 +39,7 @@ class MysqlMessageSourceTestCase extends UnitTestCase //$this->assertEqual($formatter->format('Goodbye'), 'Goodbye');
}
+*/
}
?>
\ No newline at end of file |