mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +00:00
Further old documentation fixes
This commit is contained in:
parent
7e69fed919
commit
f1dbf260aa
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## Setup
|
||||
* [Installation](setup/installation.md)
|
||||
* [Dev Environment](setup/developer_environment.md)
|
||||
* [Developer Environment](setup/developer_environment.md)
|
||||
|
||||
## Standards
|
||||
* [General](standards/general.md)
|
||||
|
|
@ -59,4 +59,4 @@
|
|||
|
||||
## Components
|
||||
* [Modules](components/modules.md)
|
||||
* [Modules](components/packages.md)
|
||||
* [Packages](components/packages.md)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Tests
|
||||
|
||||
The applications goal is to achive 90% code coverage, which applies for the core application as well as all modules. All unit tests are located in a separate repository `Tests`.
|
||||
The applications goal is to achive 90% code coverage, which applies for the core application as well as all modules. All unit tests are located in the corresponding `tests` directory.
|
||||
|
||||
## PHPUnit
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Some default parameters can be used for easier use.
|
|||
* ?foo = value of the specified parameter
|
||||
* ? = current query
|
||||
* % = current uri
|
||||
* # = fragment
|
||||
* \# = fragment
|
||||
* / = root
|
||||
* :port = port
|
||||
* :user = user
|
||||
|
|
@ -45,7 +45,7 @@ Some default parameters can be used for easier use.
|
|||
|
||||
While it's also possible to define parameters at the frontend and make use of the default values certain prefixes have a special meaning.
|
||||
|
||||
* #somid = value of the element with the specified id
|
||||
* \#somid = value of the element with the specified id
|
||||
* .somclass = values of the elements with the specified class
|
||||
|
||||
### Dynamic Parameters
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user