streamline tests
This commit is contained in:
parent
c2b13b2f86
commit
20f962b26d
2 changed files with 46 additions and 20 deletions
|
|
@ -62,8 +62,8 @@ class Settings implements \Iterator
|
|||
// appPath() {{{
|
||||
/** {{{
|
||||
* Sets the application path where the config/ dirtectory is located
|
||||
* If the package path is not set it is set to the appPath
|
||||
*
|
||||
* If the package path is not set, it is set to the appPath
|
||||
* @param string $path
|
||||
*///}}}
|
||||
public function appPath( string $path )
|
||||
{
|
||||
|
|
@ -75,7 +75,7 @@ class Settings implements \Iterator
|
|||
// pkgPath() {{{
|
||||
/** {{{
|
||||
* Sets the package path where the config/ dirtectory for the default and mode files is located
|
||||
*
|
||||
* @param string $path
|
||||
*///}}}
|
||||
public function pkgPath( string $path )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue