Exemplo n.º 1
0
 public function testNotValidWhenNameMissing()
 {
     $t = new Todolist();
     $this->assertFalse($t->validate());
 }