Example #1
0
 /**
  * This does not throw an exception anymore as it did in 2.x.
  *
  * @return void
  */
 public function testFieldInvalid()
 {
     $res = $this->Posts->field('fooooo');
     $this->assertNull($res);
 }