Skip to content

Commit bfbab21

Browse files
committed
modules: Remove test module
Just run `phpunit` in the repo's base, please
1 parent 33f0c4e commit bfbab21

File tree

4 files changed

+7
-288
lines changed

4 files changed

+7
-288
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,7 @@ git push -f origin fix/style-detail-view
237237

238238
## <a id="contributing-testing"></a> Testing
239239

240-
Basic unit test coverage is provided by running `icingacli test php unit`.
241-
242-
Snapshot packages from the laster development branch are available inside the
240+
Snapshot packages from the latest development branch are available inside the
243241
[package repository](https://packages.icinga.com).
244242

245243
You can help test-drive the latest Icinga 2 snapshot packages inside the

doc/80-Upgrading.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,22 @@ v2.6 to v2.8 requires to follow the instructions for v2.7 too.
77

88
**Breaking changes**
99

10-
* The following columns of the `Servicestatus` table, which previously displayed the date time (string) as a fetched value, now display the unix timestamp to support relative time filters:
10+
* The following columns of the `Servicestatus` table, which previously displayed the date time (string) as a fetched
11+
value, now display the unix timestamp to support relative time filters:
1112
* `service_last_time_ok`
1213
* `service_last_time_unknown`
1314
* `service_last_time_warning`
1415
* `service_last_time_critical`
1516
* The `IniWriter::write()` method now throws `NotWritableError` instead of `Zend_Config_Exception`.
17+
* The *test* module has been removed. Running the unit tests is still possible by executing `phpunit` in the base
18+
directory of the Icinga Web 2 repository.
1619

1720
## Upgrading to Icinga Web 2.12.2
1821

1922
**Framework changes affecting third-party code**
2023

21-
* `Icinga\Module\Monitoring\Hook\PluginOutputHook` When rendering the Icinga check output, the output and long_output fields are now concatenated with a newline (\n) before any post-processing occurs, such as through a PluginOutputHook
24+
* `Icinga\Module\Monitoring\Hook\PluginOutputHook` When rendering the Icinga check output, the output and long_output
25+
fields are now concatenated with a newline (\n) before any post-processing occurs, such as through a PluginOutputHook
2226

2327
## Upgrading to Icinga Web 2.12.0
2428

modules/test/application/clicommands/PhpCommand.php

Lines changed: 0 additions & 278 deletions
This file was deleted.

modules/test/module.info

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)