Esempio n. 1
0
 public function testItShouldCheckIfItIsNegativeThrowsException()
 {
     $this->setExpectedException(Exception::class);
     Assert::isNegative(3);
 }