8 lines
202 B
Text
8 lines
202 B
Text
|
|
<?php
|
||
|
|
// This is global bootstrap for autoloading
|
||
|
|
use Codeception\Util\Fixtures;
|
||
|
|
|
||
|
|
Fixtures::add('username', 'user@example.com');
|
||
|
|
Fixtures::add('password', 'password');
|
||
|
|
|
||
|
|
Fixtures::add('gateway_key', '');
|