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

testTestMethods() public method

public testTestMethods ( )
    public function testTestMethods()
    {
        $expected = array('testNothing', 'testSomething');
        $result = $this->test->methods();
        $this->assertIdentical($expected, $result);
    }
UnitTest