예제 #1
0
파일: Assert.php 프로젝트: m6w6/ascertain
 /**
  * @param \ascertain\Testable $testable
  * @param string $exceptionClass
  */
 function __construct(Testable $testable, $exceptionClass = null)
 {
     $this->properties = $testable->export();
     $this->exceptionClass = $exceptionClass;
 }