Eric Lippmann
|
6bae2e0a53
|
Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL
|
2015-02-04 10:52:27 +01:00 |
Eric Lippmann
|
5b4fab0750
|
Add license header
This time without syntax errors hopefully :)
|
2015-02-03 16:27:59 +01:00 |
Eric Lippmann
|
5fa2e3cfdc
|
Revert "Add license header"
This reverts commit 338d067aba .
|
2015-02-03 16:16:26 +01:00 |
Eric Lippmann
|
338d067aba
|
Add license header
fixes #7788
|
2015-02-03 15:51:04 +01:00 |
Johannes Meyer
|
ddf2ef5cc9
|
Remove $request parameter from Form::onSuccess and Form::onRequest
fixes #7552
|
2014-11-14 14:59:29 +01:00 |
Johannes Meyer
|
6525d6933a
|
Add test for Icinga\Web\Form
refs #5525
|
2014-09-09 09:40:49 +02:00 |
Johannes Meyer
|
2b15d35dec
|
Rewrite test for Icinga\Web\Form
refs #6011
|
2014-04-28 14:06:40 +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 |
Eric Lippmann
|
a5908c9553
|
CS: Replace multiple empty lines with one
find application/ library/Icinga/ test/ modules/ -name *.php | xargs sed -i '/^$/N;/^\n$/D'
|
2013-09-04 18:36:10 +02:00 |
Eric Lippmann
|
b5e93afd86
|
CS: Add newline at end of file
find application/ library/ test/ modules/ -name *.php | xargs sed -i '$a\'
|
2013-09-04 18:28:35 +02:00 |
Eric Lippmann
|
35fd9fd391
|
CS: Remove whitespaces at end of line
find application/ library/ test/ modules/ -name *.php | xargs sed -i 's/\s\+$//'
|
2013-09-04 18:27:16 +02:00 |
Jannis Moßhammer
|
4d9ecd2b3b
|
Fix FormTest breaking after onchange modification
refs #4622
|
2013-09-02 10:59:05 +02:00 |
Johannes Meyer
|
3ad4a4281d
|
Add missing form tests and update documentation
refs #4439
|
2013-08-06 11:11:29 +02:00 |