mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-30 04:48:40 +00:00
Further old documentation fixes
This commit is contained in:
parent
7e69fed919
commit
f1dbf260aa
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
* [Installation](setup/installation.md)
|
* [Installation](setup/installation.md)
|
||||||
* [Dev Environment](setup/developer_environment.md)
|
* [Developer Environment](setup/developer_environment.md)
|
||||||
|
|
||||||
## Standards
|
## Standards
|
||||||
* [General](standards/general.md)
|
* [General](standards/general.md)
|
||||||
|
|
@ -59,4 +59,4 @@
|
||||||
|
|
||||||
## Components
|
## Components
|
||||||
* [Modules](components/modules.md)
|
* [Modules](components/modules.md)
|
||||||
* [Modules](components/packages.md)
|
* [Packages](components/packages.md)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Tests
|
# 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
|
## PHPUnit
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ Some default parameters can be used for easier use.
|
||||||
* ?foo = value of the specified parameter
|
* ?foo = value of the specified parameter
|
||||||
* ? = current query
|
* ? = current query
|
||||||
* % = current uri
|
* % = current uri
|
||||||
* # = fragment
|
* \# = fragment
|
||||||
* / = root
|
* / = root
|
||||||
* :port = port
|
* :port = port
|
||||||
* :user = user
|
* :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.
|
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
|
* .somclass = values of the elements with the specified class
|
||||||
|
|
||||||
### Dynamic Parameters
|
### Dynamic Parameters
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user