예제 #1
0
파일: iteTest.php 프로젝트: fran-diaz/ite
 /**
  * @covers ITE\ite->__warn
  */
 public function test__warn()
 {
     $this->object->__warn('Dummy text.');
     $this->assertError('Dummy text.', E_USER_WARNING);
 }