Alexander Klimov
|
87a5967501
|
Remove leading backslashes from the targets of use statements
- use \Exception;
+ use Exception;
|
2014-08-27 11:16:44 +02:00 |
|
Johannes Meyer
|
ccae70bc80
|
Make all tests inherit from BaseTestCase and fix license headers and style
refs #4639
|
2014-04-10 10:32:50 +02:00 |
|
Johannes Meyer
|
91675bac50
|
Remove require instructions from all tests and fix namespaces
refs #4639
|
2014-04-09 14:18:14 +02:00 |
|
Marius Hein
|
34822d9a02
|
Clean up tests [WIP]
refs #4639
|
2014-04-09 09:23:59 +02:00 |
|
Eric Lippmann
|
ca1d50ae53
|
Rename Icinga 2 Web to Icinga Web 2
|
2013-10-23 15:11:06 +02:00 |
|
Jannis Moßhammer
|
7690b0ec7f
|
Add basic tests and meta attributes for graphs
refs #4614
|
2013-09-25 14:24:26 +02:00 |
|