예제 #1
0
 /**
  * Must pass without complaining
  */
 public function testNotNullOk()
 {
     $this->assertTrue(Arguments::notNull(1));
 }