Ejemplo n.º 1
0
 /**
  * @param array $tests
  */
 public function __construct(array $tests = array())
 {
     $this->tests = count($tests) > 0 ? $tests : TestFactory::makeAll();
 }