Esempio n. 1
0
 public function testItIsTitleCaseThrowsException()
 {
     $this->setExpectedException(Exception::class);
     Assert::isTitleCase('The Star wars');
 }