diff options
Diffstat (limited to 'tests/Formats/FormatImplementationTest.php')
-rw-r--r-- | tests/Formats/FormatImplementationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Formats/FormatImplementationTest.php b/tests/Formats/FormatImplementationTest.php index 55c6335f..03ac6d51 100644 --- a/tests/Formats/FormatImplementationTest.php +++ b/tests/Formats/FormatImplementationTest.php @@ -24,7 +24,7 @@ class FormatImplementationTest extends TestCase public function testClassType($path) { $this->setFormat($path); - $this->assertInstanceOf(FormatInterface::class, $this->obj); + $this->assertInstanceOf(FormatAbstract::class, $this->obj); } public function dataFormatsProvider() |