mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-22 15:50:15 -05:00
BaseTestCase: Param $subDir can be null
This commit is contained in:
parent
43b391880d
commit
d0df785bbd
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ abstract class BaseTestCase extends \Icinga\Test\BaseTestCase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param null $subDir
|
* @param ?string $subDir
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function getTestsBaseDir($subDir = null)
|
protected function getTestsBaseDir($subDir = null)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue