예제 #1
0
파일: adapter.php 프로젝트: atoum/atoum
 public function test__sleep()
 {
     $this->if($adapter = new testedClass())->then->array($adapter->__sleep())->isEmpty();
 }