lithium\tests\cases\test\UnitTest::testCompareIsEqual PHP Method

testCompareIsEqual() public method

public testCompareIsEqual ( )
    public function testCompareIsEqual()
    {
        $result = $this->test->compare('equal', 'string', 'string');
        $this->assertTrue($result);
    }
UnitTest