From 08f56452fcda994e762e46447a252f7e58de4b63 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 26 Nov 2016 21:13:54 +0100 Subject: [PATCH] NodeTests: phpcs --- test/php/library/Businessprocess/HostNodeTest.php | 2 +- test/php/library/Businessprocess/ServiceNodeTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/php/library/Businessprocess/HostNodeTest.php b/test/php/library/Businessprocess/HostNodeTest.php index af0c65c..7db45db 100644 --- a/test/php/library/Businessprocess/HostNodeTest.php +++ b/test/php/library/Businessprocess/HostNodeTest.php @@ -45,4 +45,4 @@ class HostNodeTest extends BaseTestCase 'state' => 0, )); } -} \ No newline at end of file +} diff --git a/test/php/library/Businessprocess/ServiceNodeTest.php b/test/php/library/Businessprocess/ServiceNodeTest.php index 0d3d794..a9a4d4d 100644 --- a/test/php/library/Businessprocess/ServiceNodeTest.php +++ b/test/php/library/Businessprocess/ServiceNodeTest.php @@ -54,4 +54,4 @@ class ServiceNodeTest extends BaseTestCase 'state' => 0, )); } -} \ No newline at end of file +}