From 6dfefc3bb9f054c472156801e37300059444ecc7 Mon Sep 17 00:00:00 2001 From: msquare Date: Fri, 30 Sep 2016 18:49:33 +0200 Subject: small code improvements --- test/model/Room_model_test.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/model/Room_model_test.php b/test/model/Room_model_test.php index d95c5787..a36a9d9f 100644 --- a/test/model/Room_model_test.php +++ b/test/model/Room_model_test.php @@ -24,8 +24,9 @@ class Room_model_test extends PHPUnit_Framework_TestCase { * @after */ public function teardown() { - if ($this->room_id != null) + if ($this->room_id != null) { Room_delete($this->room_id); + } } } -- cgit v1.2.3-54-g00ecf