diff --git a/application/clicommands/AutocompleteCommand.php b/application/clicommands/AutocompleteCommand.php
index 4171b27c1..b41b59fd8 100644
--- a/application/clicommands/AutocompleteCommand.php
+++ b/application/clicommands/AutocompleteCommand.php
@@ -1,5 +1,4 @@
fail("Not implemented yet");
}
}
-// @codeCoverageIgnoreEnd
diff --git a/application/clicommands/WebCommand.php b/application/clicommands/WebCommand.php
index 54141e0c7..d064ab08c 100644
--- a/application/clicommands/WebCommand.php
+++ b/application/clicommands/WebCommand.php
@@ -1,5 +1,4 @@
view->request = $error->request;
}
}
-// @codeCoverageIgnoreEnd
diff --git a/application/controllers/FilterController.php b/application/controllers/FilterController.php
index 74ade2492..149dc14fe 100644
--- a/application/controllers/FilterController.php
+++ b/application/controllers/FilterController.php
@@ -1,5 +1,4 @@
write();
}
}
-
-// @codeCoverageIgnoreEnd
diff --git a/application/controllers/LayoutController.php b/application/controllers/LayoutController.php
index d64d3247d..929c64109 100644
--- a/application/controllers/LayoutController.php
+++ b/application/controllers/LayoutController.php
@@ -1,5 +1,4 @@
renderScript('parts/topbar.phtml');
}
}
-// @codeCoverageIgnoreEnd
diff --git a/application/controllers/ListController.php b/application/controllers/ListController.php
index c062266a9..cc0255d2c 100644
--- a/application/controllers/ListController.php
+++ b/application/controllers/ListController.php
@@ -1,5 +1,4 @@
view->form = $form;
}
}
-// @codeCoverageIgnoreEnd
diff --git a/application/controllers/SearchController.php b/application/controllers/SearchController.php
index 22d05689d..0707aa564 100644
--- a/application/controllers/SearchController.php
+++ b/application/controllers/SearchController.php
@@ -1,5 +1,4 @@
view->tabs = $dashboard->getTabs();
}
}
-// @codeCoverageIgnoreEnd
diff --git a/application/controllers/StaticController.php b/application/controllers/StaticController.php
index b6591ef36..a3d138cc0 100644
--- a/application/controllers/StaticController.php
+++ b/application/controllers/StaticController.php
@@ -1,5 +1,4 @@
printStack();
}
}
-// @codeCoverageIgnoreEnd
diff --git a/application/forms/Config/ConfirmRemovalForm.php b/application/forms/Config/ConfirmRemovalForm.php
index bcd30658d..337fad991 100644
--- a/application/forms/Config/ConfirmRemovalForm.php
+++ b/application/forms/Config/ConfirmRemovalForm.php
@@ -1,5 +1,4 @@
setSubmitLabel("Add To Dashboard");
}
}
-// @codeCoverageIgnoreEnd
diff --git a/application/forms/Install/LoggingPage.php b/application/forms/Install/LoggingPage.php
index 6bb4a21ce..e41faa43e 100644
--- a/application/forms/Install/LoggingPage.php
+++ b/application/forms/Install/LoggingPage.php
@@ -1,5 +1,4 @@
createForm()->getConfig();
}
}
-// @codeCoverageIgnoreEnd
diff --git a/application/forms/Preference/GeneralForm.php b/application/forms/Preference/GeneralForm.php
index 526bd0af4..03383a708 100644
--- a/application/forms/Preference/GeneralForm.php
+++ b/application/forms/Preference/GeneralForm.php
@@ -1,5 +1,4 @@
getClosingBracket();
}
}
-// @codeCoverageIgnoreEnd
diff --git a/application/views/helpers/FormTriStateCheckbox.php b/application/views/helpers/FormTriStateCheckbox.php
index 5db0532fc..df32f8e60 100644
--- a/application/views/helpers/FormTriStateCheckbox.php
+++ b/application/views/helpers/FormTriStateCheckbox.php
@@ -1,5 +1,4 @@
';
}
}
-// @codeCoverageIgnoreEnd
diff --git a/application/views/helpers/Util.php b/application/views/helpers/Util.php
index 285659fe6..2ab111fcb 100644
--- a/application/views/helpers/Util.php
+++ b/application/views/helpers/Util.php
@@ -1,6 +1,4 @@
loadEnabledModules();
}
}
-// @codeCoverageIgnoreEnd
diff --git a/library/Icinga/Application/LegacyWeb.php b/library/Icinga/Application/LegacyWeb.php
index acce4ad47..bf1ff3a45 100644
--- a/library/Icinga/Application/LegacyWeb.php
+++ b/library/Icinga/Application/LegacyWeb.php
@@ -1,5 +1,4 @@
legacyBasedir;
}
}
-// @codeCoverageIgnoreEnd
diff --git a/library/Icinga/Application/Platform.php b/library/Icinga/Application/Platform.php
index dfc98819d..80bb6896d 100644
--- a/library/Icinga/Application/Platform.php
+++ b/library/Icinga/Application/Platform.php
@@ -1,5 +1,4 @@
level;
}
}
-// @codeCoverageIgnoreEnd
diff --git a/library/Icinga/Web/Controller/ActionController.php b/library/Icinga/Web/Controller/ActionController.php
index 412db5466..790453f2e 100644
--- a/library/Icinga/Web/Controller/ActionController.php
+++ b/library/Icinga/Web/Controller/ActionController.php
@@ -1,5 +1,4 @@
save($currentPreferences);
}
}
-// @codeCoverageIgnoreEnd
diff --git a/library/Icinga/Web/Controller/ControllerTabCollector.php b/library/Icinga/Web/Controller/ControllerTabCollector.php
index a29e5d57a..50c6955b3 100644
--- a/library/Icinga/Web/Controller/ControllerTabCollector.php
+++ b/library/Icinga/Web/Controller/ControllerTabCollector.php
@@ -1,5 +1,4 @@
';
}
}
-// @codeCoverageIgnoreEnd
diff --git a/library/Icinga/Web/Form/Decorator/ConditionalHidden.php b/library/Icinga/Web/Form/Decorator/ConditionalHidden.php
index 3964dc7e6..305054a88 100644
--- a/library/Icinga/Web/Form/Decorator/ConditionalHidden.php
+++ b/library/Icinga/Web/Form/Decorator/ConditionalHidden.php
@@ -1,5 +1,4 @@
'Invalid date format'
);
- // @codingStandardsIgnoreEnd
/**
* Validate the input value
diff --git a/library/Icinga/Web/Form/Validator/DateTimeValidator.php b/library/Icinga/Web/Form/Validator/DateTimeValidator.php
index 95ccdec6b..214515810 100644
--- a/library/Icinga/Web/Form/Validator/DateTimeValidator.php
+++ b/library/Icinga/Web/Form/Validator/DateTimeValidator.php
@@ -60,9 +60,7 @@ class DateTimeValidator extends Zend_Validate_Abstract
*
* @see Zend_Validate_Abstract::$_messageTemplates
*/
- // @codingStandardsIgnoreStart
protected $_messageTemplates = array();
- // @codingStandardsIgnoreEnd
/**
* Create this validator
diff --git a/library/Icinga/Web/Form/Validator/TimeFormatValidator.php b/library/Icinga/Web/Form/Validator/TimeFormatValidator.php
index e4ebf16f2..7dd9ac573 100644
--- a/library/Icinga/Web/Form/Validator/TimeFormatValidator.php
+++ b/library/Icinga/Web/Form/Validator/TimeFormatValidator.php
@@ -58,11 +58,9 @@ class TimeFormatValidator extends Zend_Validate_Abstract
* @var array
* @see Zend_Validate_Abstract::$_messageTemplates
*/
- // @codingStandardsIgnoreStart
protected $_messageTemplates = array(
'INVALID_CHARACTERS' => 'Invalid time format'
);
- // @codingStandardsIgnoreEnd
/**
* Validate the input value
diff --git a/library/Icinga/Web/Form/Validator/WritablePathValidator.php b/library/Icinga/Web/Form/Validator/WritablePathValidator.php
index 888f6bd1b..a9114df9e 100644
--- a/library/Icinga/Web/Form/Validator/WritablePathValidator.php
+++ b/library/Icinga/Web/Form/Validator/WritablePathValidator.php
@@ -44,12 +44,10 @@ class WritablePathValidator extends Zend_Validate_Abstract
*
* @see Zend_Validate_Abstract::$_messageTemplates‚
*/
- // @codingStandardsIgnoreStart
protected $_messageTemplates = array(
'NOT_WRITABLE' => 'Path is not writable',
'DOES_NOT_EXIST' => 'Path does not exist'
);
- // @codingStandardsIgnoreEnd
/**
* When true, the file or directory must exist
diff --git a/library/Icinga/Web/Hook/Grapher.php b/library/Icinga/Web/Hook/Grapher.php
index 7edaafb05..f5703ba2e 100644
--- a/library/Icinga/Web/Hook/Grapher.php
+++ b/library/Icinga/Web/Hook/Grapher.php
@@ -1,5 +1,4 @@
user;
}
}
-// @codeCoverageIgnoreEnd
diff --git a/library/Icinga/Web/Session.php b/library/Icinga/Web/Session.php
index 220c6b4f7..ef7887d61 100644
--- a/library/Icinga/Web/Session.php
+++ b/library/Icinga/Web/Session.php
@@ -1,5 +1,4 @@
renderVertical($grid);
}
}
-// @codeCoverageIgnoreEnd
diff --git a/library/Icinga/Web/Widget/Chart/InlinePie.php b/library/Icinga/Web/Widget/Chart/InlinePie.php
index bac2aa595..c0b8820fa 100644
--- a/library/Icinga/Web/Widget/Chart/InlinePie.php
+++ b/library/Icinga/Web/Widget/Chart/InlinePie.php
@@ -1,5 +1,4 @@
populateView();
}
}
-// @codingStandardsIgnoreEnd
diff --git a/modules/doc/application/controllers/ModuleController.php b/modules/doc/application/controllers/ModuleController.php
index 5e3636f92..41ba42db6 100644
--- a/modules/doc/application/controllers/ModuleController.php
+++ b/modules/doc/application/controllers/ModuleController.php
@@ -1,5 +1,4 @@
_helper->redirector->gotoSimpleAndExit('view', null, null, array('name' => $moduleName));
}
}
-// @codingStandardsIgnoreEnd
diff --git a/modules/monitoring/application/controllers/CommandController.php b/modules/monitoring/application/controllers/CommandController.php
index 523a883d1..70e9e5a25 100644
--- a/modules/monitoring/application/controllers/CommandController.php
+++ b/modules/monitoring/application/controllers/CommandController.php
@@ -1,5 +1,4 @@
get($instance);
}
}
-// @codingStandardsIgnoreEnd
diff --git a/modules/monitoring/application/controllers/ProcessController.php b/modules/monitoring/application/controllers/ProcessController.php
index 12b2b7097..4a606aade 100644
--- a/modules/monitoring/application/controllers/ProcessController.php
+++ b/modules/monitoring/application/controllers/ProcessController.php
@@ -1,5 +1,4 @@
getQuery()->fetchAll();
}
}
-
-// @codingStandardsIgnoreStop
diff --git a/modules/monitoring/application/controllers/ShowController.php b/modules/monitoring/application/controllers/ShowController.php
index 3ef40d2bd..4008ce318 100644
--- a/modules/monitoring/application/controllers/ShowController.php
+++ b/modules/monitoring/application/controllers/ShowController.php
@@ -27,7 +27,6 @@
*/
// {{{ICINGA_LICENSE_HEADER}}}
-// @codingStandardsIgnoreStart
use Icinga\Application\Benchmark;
use Icinga\Web\Hook;
use Icinga\Web\Widget\Tabs;
@@ -190,4 +189,3 @@ class Monitoring_ShowController extends Controller
->extend(new DashboardAction());
}
}
-// @codingStandardsIgnoreEnd
diff --git a/modules/monitoring/application/views/helpers/CheckPerformance.php b/modules/monitoring/application/views/helpers/CheckPerformance.php
index 71571fd1d..c2e50494e 100644
--- a/modules/monitoring/application/views/helpers/CheckPerformance.php
+++ b/modules/monitoring/application/views/helpers/CheckPerformance.php
@@ -1,5 +1,4 @@
../../library/Icinga
../../modules
+
+ ../../application/clicommands
+
+ ../../application/controllers
+
+ ../../application/forms/Config/GeneralForm.php
+ ../../application/forms/Config/LoggingForm.php
+ ../../application/forms/Config/ConfirmRemovalForm.php
+ ../../application/forms/Authentication
+ ../../application/forms/Install
+ ../../application/forms/Dashboard
+ ../../application/forms/Preference
+
+ ../../application/views/helpers/FormNumber.php
+ ../../application/views/helpers/FormDateTime.php
+ ../../application/views/helpers/FormTriStateCheckbox.php
+
+ ../../library/Icinga/Logger/Writer/SyslogWriter.php
+
+ ../../library/Icinga/User/Message.php
+
+ ../../library/Icinga/Application/ApplicationBootstrap.php
+ ../../library/Icinga/Application/Benchmark.php
+ ../../library/Icinga/Application/Cli.php
+ ../../library/Icinga/Application/EmbeddedWeb.php
+ ../../library/Icinga/Application/LegacyWeb.php
+ ../../library/Icinga/Application/Platform.php
+ ../../library/Icinga/Application/Web.php
../../library/Icinga/Application/functions.php
../../library/Icinga/Application/webrouter.php
- ../../library/Icinga/Web/View/helpers
+
+ ../../library/Icinga/Web/JavaScript.php
+ ../../library/Icinga/Web/LessCompiler.php
+ ../../library/Icinga/Web/Request.php
+ ../../library/Icinga/Web/Response.php
+ ../../library/Icinga/Web/Session.php
+ ../../library/Icinga/Web/StyleSheet.php
+ ../../library/Icinga/Web/View.php
+ ../../library/Icinga/Web/ViewStream.php
+ ../../library/Icinga/Web/Widget.php
+
+ ../../library/Icinga/Web/Widget/AbstractWidget.php
+ ../../library/Icinga/Web/Widget/AlertMessageBox.php
+ ../../library/Icinga/Web/Widget/SortBox.php
+ ../../library/Icinga/Web/Widget/Chart
+ ../../library/Icinga/Web/Widget/Tabextension
+
+ ../../library/Icinga/Web/Hook/Ticket.php
+ ../../library/Icinga/Web/Hook/Grapher.php
+
+ ../../library/Icinga/Web/Controller
+
+ ../../library/Icinga/Web/Form/Decorator
+
+ ../../library/Icinga/Web/View/helpers
diff --git a/test/php/library/Icinga/Web/Paginator/ScrollingStyle/SlidingWithBorderTest.php b/test/php/library/Icinga/Web/Paginator/ScrollingStyle/SlidingWithBorderTest.php
index ecac14ed4..160018c0c 100644
--- a/test/php/library/Icinga/Web/Paginator/ScrollingStyle/SlidingWithBorderTest.php
+++ b/test/php/library/Icinga/Web/Paginator/ScrollingStyle/SlidingWithBorderTest.php
@@ -4,9 +4,7 @@
namespace Tests\Icinga\Web\Paginator\ScrollingStyle;
-// @codingStandardsIgnoreStart
require_once realpath(ICINGA_LIBDIR . '/Icinga/Web/Paginator/ScrollingStyle/SlidingWithBorder.php');
-// @codingStandardsIgnoreEnd
use \Mockery;
use \Zend_Config;