fix (ter)

This commit is contained in:
Nicolas Grekas 2017-10-10 19:27:52 +02:00
parent 7b3f4e8594
commit 2e3d422c4d
1 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,10 @@ EODUMP;
*/
public function testCastInterval($intervalSpec, $ms, $invert, $xInterval, $xSeconds)
{
if ($ms && PHP_VERSION_ID >= 70200 && version_compare(PHP_VERSION, '7.2.0rc3', '<=')) {
$this->markTestSkipped('Skipped on 7.2 before rc4 because of php bug #75354.');
}
$interval = $this->createInterval($intervalSpec, $ms, $invert);
$stub = new Stub();