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

testCompareIsIdentical() public method

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