mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 01:14:03 +00:00
bump php memory limit when running tests
This commit is contained in:
parent
00cdde896c
commit
cb422c1e72
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
|
ini_set('memory_limit', '1G');
|
||||||
|
|
||||||
Redis::connection('default')->flushdb();
|
Redis::connection('default')->flushdb();
|
||||||
Redis::connection('cache')->flushdb();
|
Redis::connection('cache')->flushdb();
|
||||||
Artisan::call('cache:clear memcached'); // flush memcached
|
Artisan::call('cache:clear memcached'); // flush memcached
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue