for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @link https://github.com/nnx-framework/container
* @author Malofeykin Andrey <[email protected]>
*/
namespace Nnx\Container\PhpUnit\TestData;
* Class TestPaths
*
* @package Nnx\Container\PhpUnit\TestData
class TestPaths
{
* Путь до директории модуля
* @return string
public static function getPathToModule()
return __DIR__ . '/../../../';
}
* Путь до конфига приложения по умолчанию
public static function getPathToDefaultAppConfig()
return __DIR__ . '/../_files/DefaultApp/application.config.php';