little changes
This commit is contained in:
@ -22,6 +22,7 @@ class ConfigTest extends PHPUnit_Framework_TestCase
|
|||||||
{
|
{
|
||||||
$this->_instance = Config::getInstance();
|
$this->_instance = Config::getInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetInstance()
|
public function testGetInstance()
|
||||||
{
|
{
|
||||||
$this->assertSame($this->_instance, Config::getInstance());
|
$this->assertSame($this->_instance, Config::getInstance());
|
||||||
|
@ -139,7 +139,6 @@ class ProfilerTest extends PHPUnit_Framework_TestCase
|
|||||||
$profiler = Profiler::getInstance();
|
$profiler = Profiler::getInstance();
|
||||||
$cmdProfiler = $profiler->profilerCommand('command', 'type');
|
$cmdProfiler = $profiler->profilerCommand('command', 'type');
|
||||||
$result = $profiler->getCli();
|
$result = $profiler->getCli();
|
||||||
echo $result;
|
|
||||||
$this->assertNotNull($result);
|
$this->assertNotNull($result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user