Exemple #1
0
 /**
  * Executed before each test.
  *
  * @param TestInterface $test
  */
 public function _before(TestInterface $test)
 {
     $this->test = $test;
     SpecifyConfig::setDeepClone(false);
 }
<?php

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