Replacement of assertEquals() to assertSame()
This commit is contained in:
@ -87,7 +87,7 @@ class ProfilerTest extends PHPUnit_Framework_TestCase
|
||||
$this->assertContains('<div style="clear:both; font:12px monospace; margin: 5px; white-space: pre;">', $result);
|
||||
|
||||
|
||||
$this->assertEquals('html', $profiler->end('html'));
|
||||
$this->assertSame('html', $profiler->end('html'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user