- 01 Jan, 2023 1 commit
-
-
Torsten Zühlsdorff authored
Fixes: #17 Use default Exceptionlog-Prefix if --print-exceptions is used Closes #17 See merge request !18
-
- 15 Dec, 2022 1 commit
-
-
Timo Meschkat authored
-
- 07 Dec, 2022 6 commits
-
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
Implements: Issue #15: implement exceptionlog output Closes #16 See merge request !16
-
-
-
-
- 24 Jan, 2021 2 commits
-
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
Starting with 8.0 msg_get_queue() no longer returns a resource but a SysvMessageQueue object. Therefore we support different checks for the different PHP versions in order to test if we attched to a queue succesful
-
- 16 Sep, 2019 1 commit
-
-
Torsten Zühlsdorff authored
Always return to avoid accessing a null variable as array when trying to check if there were any errors
-
- 06 May, 2019 2 commits
-
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
CHANGELOG: change entries of 1.8 from Feature to Bugfix, because we fix a broken handling of user intent
-
- 03 May, 2019 2 commits
-
-
Torsten Zühlsdorff authored
Add a check for executed assertions and return code 1 if none was executed. This means, that after passing the check for test-cases, none of them contained any assertion. Thus nothing was tested at all. Since we only execute APHPUnit to test something, it must be an error if we do not perform any test at all. Especially in continious integration a misconfiguration like this would go undetected. The now returned code 1 will trigger an error in continous integration and thus prevent such errors
-
Torsten Zühlsdorff authored
Add a check if at least one test-case is found in the given directory or file. If not this is now handled as error. If you want to execute test-cases but none are found, this is an error. Especially in continious integration a misconfiguration like that would went undetected, because up until now APHUnit returned code 0 - indicating everything is fine, because no error happend. With this chance the code is set to 1, which will trigger an error in continious integration.
-
- 02 May, 2019 1 commit
-
-
Torsten Zühlsdorff authored
-
- 07 Dec, 2018 1 commit
-
-
Torsten Zühlsdorff authored
Improved readme See merge request !15
-
- 06 Dec, 2018 1 commit
-
-
Ia authored
- Typo/spelling/grammar corrections - Restructured sentences providing more definition
-
- 30 Oct, 2018 2 commits
-
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
-
- 16 Aug, 2018 5 commits
-
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
- add vendor/bin to composer.json - replacing deprecated create_function() - add missing test-cases for expectException()
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
-
- 08 Jun, 2018 9 commits
-
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
Also add test-cases for assertion
-
Torsten Zühlsdorff authored
Also add test-cases for assertion
-
Torsten Zühlsdorff authored
Also add test-cases for assertion
-
Torsten Zühlsdorff authored
Also add test-cases for assertion
-
Torsten Zühlsdorff authored
Also add test-cases for assertion
-
Torsten Zühlsdorff authored
Also add test-cases for this assertion
-
Torsten Zühlsdorff authored
Also add test-cases for this assertion
-
- 07 Jun, 2018 5 commits
-
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
-
Torsten Zühlsdorff authored
Closes #10: add execution of all test-cases for every git push on every branch to ensure correctness
-
Torsten Zühlsdorff authored
Add \APHPUnit\areExtensionsLoaded() in order to make sure that all needed PHP extensions are loaded. If one extension misses APHPUnit could not work properly and will refuse to try with a specific error message
-
Torsten Zühlsdorff authored
Remove unneeded .phar file from repo - if someone wants to use APHPUnit usage of FreeBSD port devel/aphpunit or usage of composer is the right way
-
- 05 Jun, 2018 1 commit
-
-
Torsten Zühlsdorff authored
-