lithium\tests\mocks\test\MockUnitTest::testSomething PHP 메소드

testSomething() 공개 메소드

This method is used in a test and is *line sensitive*. The corresponding test's expectations needs to be adapted if the line of the assert() call changes.
또한 보기: lithium\tests\cases\test\UnitTest::testAssertBacktraces()
public testSomething ( )
    public function testSomething()
    {
        $this->assert(true);
    }