Exemplo n.º 1
0
 public function testIsPunctuationWillThrowException()
 {
     $this->setExpectedException(Exception::class);
     $value = 'a';
     Assert::isPunctuation($value);
 }