Files
r2c/user/plugins/admin/tests/_bootstrap.php
T
2018-06-21 17:59:40 +02:00

12 lines
207 B
PHP

<?php
// This is global bootstrap for autoloading
use Codeception\Util\Fixtures;
use Faker\Factory;
ini_set('error_log', __DIR__ . '/error.log');
$fake = Factory::create();
Fixtures::add('fake', $fake);