From 12552ef239ea73f3463f2e213f0bdee47568905e Mon Sep 17 00:00:00 2001 From: Josantonius Date: Sat, 6 Jan 2018 12:28:38 +0100 Subject: [PATCH] Updated to 1.1.0 version --- tests/HookTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/HookTest.php b/tests/HookTest.php index 0d14f7c..a95793d 100644 --- a/tests/HookTest.php +++ b/tests/HookTest.php @@ -45,8 +45,6 @@ public function setUp() */ public function testIsInstanceOfHook() { - $hook = $this->Hook; - $this->assertInstanceOf('Josantonius\Hook\Hook', $this->Hook); }