Modified Profiler message.
This commit is contained in:
@ -39,7 +39,7 @@ class ProfilerTest extends PHPUnit_Framework_TestCase
|
||||
public function testGetInstaceNoDebug()
|
||||
{
|
||||
Config::set('PROFILER', false);
|
||||
$this->setExpectedException('GeneralException', 'Need to turn on PROFILER before use.');
|
||||
$this->setExpectedException('GeneralException', 'Need turn PROFILER before use.');
|
||||
Profiler::getInstance();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user