|
@ -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); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|