lithium\tests\mocks\test\MockUnitTest::testSomething PHP Méthode

testSomething() public méthode

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.
See also: lithium\tests\cases\test\UnitTest::testAssertBacktraces()
public testSomething ( )
    public function testSomething()
    {
        $this->assert(true);
    }