little changes

This commit is contained in:
Anton Grebnev
2011-10-29 15:39:19 +04:00
parent e80e65f137
commit 3659cca99e
2 changed files with 14 additions and 14 deletions

View File

@ -139,7 +139,6 @@ class ProfilerTest extends PHPUnit_Framework_TestCase
$profiler = Profiler::getInstance();
$cmdProfiler = $profiler->profilerCommand('command', 'type');
$result = $profiler->getCli();
echo $result;
$this->assertNotNull($result);
}