예제 #1
0
 public function testIsUrlWillThrowException()
 {
     $this->setExpectedException(Exception::class);
     Assert::isUrl('hello');
 }