Exemplo n.º 1
0
 /**
  * Executed before each test.
  *
  * @param TestInterface $test
  */
 public function _before(TestInterface $test)
 {
     $this->test = $test;
     SpecifyConfig::setDeepClone(false);
 }
Exemplo n.º 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);