streamline tests

This commit is contained in:
norb 2021-01-12 16:16:44 +01:00
commit 20f962b26d
2 changed files with 46 additions and 20 deletions

View file

@ -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 )
{