first commit

This commit is contained in:
2018-08-01 16:00:05 +02:00
commit 944fd76206
3205 changed files with 356767 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?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);