|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<?php
|
|
|
|
|
namespace BSR\Config;
|
|
|
|
|
namespace BSR\Utils\Configuration;
|
|
|
|
|
|
|
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ class ConfigurationTest extends TestCase
|
|
|
|
|
public function setUp()
|
|
|
|
|
{
|
|
|
|
|
$this->defaultConfig = array('session' => array('save_path' => session_save_path()));
|
|
|
|
|
$this->dummyConfigFilePath = realpath(dirname(__FILE__) . '/../../config/configuration.local.php');
|
|
|
|
|
$this->dummyConfigFilePath = realpath(dirname(__FILE__) . '/../../../config/configuration.local.php');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function testConfigurationInstanceIsTheSame()
|