コード例 #1
0
 public function testValidZero()
 {
     $book = new BookPresence(array('name' => 0));
     $this->assertTrue($book->isValid());
 }