From fd76cef0236c2b1254bf18b5c79325d2681de00f Mon Sep 17 00:00:00 2001 From: Konstantin Wagner Date: Mon, 5 Feb 2018 11:30:52 +0100 Subject: [PATCH] edited tests --- tests/Manager/ModelManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Manager/ModelManagerTest.php b/tests/Manager/ModelManagerTest.php index 2c0a875..08ce56e 100644 --- a/tests/Manager/ModelManagerTest.php +++ b/tests/Manager/ModelManagerTest.php @@ -94,7 +94,7 @@ public function testGetContentElementByModel() $this->assertInstanceOf(QuizAnswerModel::class, $mockModel); $this->assertFalse($mockModel->hasContentElement); - $this->assertSame('Template', $mockModel->contentElement); + $this->assertSame('', $mockModel->contentElement); } public function testAddImage()