Added support to use timePrecision in POSTs (inserts) too
This commit is contained in:
@@ -63,8 +63,8 @@ class DBTest extends \phpunit_framework_testcase
|
||||
$this->assertEquals('m', $db->getTimePrecision());
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException InvalidArgumentException
|
||||
/**
|
||||
* @expectedException InvalidArgumentException
|
||||
*/
|
||||
public function testInvalidTimePrecision()
|
||||
{
|
||||
@@ -118,5 +118,5 @@ class DBTest extends \phpunit_framework_testcase
|
||||
}
|
||||
|
||||
$db->drop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user