Helper\Unit::_before PHP Méthode

_before() public méthode

Executed before each test.
public _before ( Codeception\TestInterface $test )
$test Codeception\TestInterface
    public function _before(TestInterface $test)
    {
        $this->test = $test;
        SpecifyConfig::setDeepClone(false);
    }