invoiceninja/tests/_bootstrap.php.default

13 lines
413 B
Text
Raw Permalink Normal View History

2015-09-01 21:40:30 +03:00
<?php
// This is global bootstrap for autoloading
use Codeception\Util\Fixtures;
2017-12-21 21:36:00 +02:00
Fixtures::add('url', 'http://www.ninja.test:8000');
2015-09-01 21:40:30 +03:00
Fixtures::add('username', 'user@example.com');
2018-06-07 20:44:04 +10:00
Fixtures::add('permissions_username', 'permissions@example.com');
2015-09-01 21:40:30 +03:00
Fixtures::add('password', 'password');
2016-02-17 22:02:14 +02:00
Fixtures::add('api_secret', 'password');
2016-02-18 16:59:50 +02:00
Fixtures::add('stripe_secret_key', '');
2017-12-21 21:36:00 +02:00
Fixtures::add('stripe_publishable_key', '');