示例#1
0
文件: Unit.php 项目: phalcon/cphalcon
 /**
  * Executed before each test.
  *
  * @param TestInterface $test
  */
 public function _before(TestInterface $test)
 {
     $this->test = $test;
     SpecifyConfig::setDeepClone(false);
 }
示例#2
0
<?php

// This is global bootstrap for autoloading
require_once __DIR__ . '/../src/ArchiDelivery/Autoloader.php';
use ArchiDelivery\Autoloader;
Autoloader::init();
\Codeception\Specify\Config::setDeepClone(false);