Added support to use timePrecision in POSTs (inserts) too

This commit is contained in:
Harm van Tilborg
2013-12-02 12:09:33 +01:00
parent 6b05c2166c
commit e95ca5c715
4 changed files with 13 additions and 13 deletions

View File

@@ -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();
}
}
}