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