fisrt commit'

This commit is contained in:
2018-05-24 18:51:55 +02:00
commit 906f96a15e
3463 changed files with 425820 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);