| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Rely on PHPUnit config to load the app and the code under test.
|
| |
|
|
|
|
|
|
| |
- Start comments with capital letter
- Fix indentation
- Add missing doc comments
|
|
|
|
|
|
|
|
|
| |
The escaping makes the URL safe for display and for use in HTML element
attributes (such as href="..." etc), but does not guarantee that the URL
itself is valid after conversion. This should be good enough for
mitigating XSS issues caused by injecting html or javascript into a URL.
Also probably good enough for _most_ normal URLs, but there may be
devils hidden in the details somewhere.
|
|
Move unit tests to tests/unit/. Get the old still working UnitTests
into a working state again.
Updated composer.json with required-dev packages.
Create a new folder tests/acceptance for Behat functional/acceptance
testing. Add a first Feature draft of a Behat functional test for
local login.
|