Extends
lithium\test\UnitSource
public function testInvalidWrite() {
Catalog::reset();
$data = array('house' => array('id' => 'house'));
$this->expectException("Configuration `runtime` has not been defined.");
$this->assertFalse(Catalog::write('runtime', 'message', 'de', $data));
}