From 3e9b7751143c4d6654398ce7a086706fd1fc8252 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 6 Dec 2019 22:45:07 +0100 Subject: [PATCH] Fixed failing test --- module/Core/test/Model/ShortUrlMetaTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/Core/test/Model/ShortUrlMetaTest.php b/module/Core/test/Model/ShortUrlMetaTest.php index 7c8e5aae..fb02fcbc 100644 --- a/module/Core/test/Model/ShortUrlMetaTest.php +++ b/module/Core/test/Model/ShortUrlMetaTest.php @@ -42,9 +42,6 @@ class ShortUrlMetaTest extends TestCase ]]; yield [[ ShortUrlMetaInputFilter::VALID_UNTIL => 500, - ]]; - yield [[ - ShortUrlMetaInputFilter::MAX_VISITS => new stdClass(), ShortUrlMetaInputFilter::DOMAIN => 4, ]]; }