Modified Profiler message.

This commit is contained in:
Alexander Demidov
2012-07-19 17:18:54 +04:00
parent a16a995ed3
commit 9d0e22ebd2
2 changed files with 5 additions and 5 deletions

View File

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