lithium\tests\cases\g11n\catalog\adapter\MemoryTest::testReadNonExistent PHP Method

testReadNonExistent() public method

public testReadNonExistent ( )
    public function testReadNonExistent()
    {
        $result = $this->adapter->read('messageTemplate', 'root', null);
        $this->assertEmpty($result);
    }