Exemplo n.º 1
0
 public function testInWillThrowException3()
 {
     $this->setExpectedException(Exception::class);
     $haystack = 'a12245 asdhsjasd 63-211';
     $value = 1227;
     $identical = false;
     Assert::in($value, $haystack, $identical);
 }