Browse Source

Fix error in static analysis build.

Mark Story 4 years ago
parent
commit
22bc2936bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/bootstrap.php

+ 1 - 1
tests/bootstrap.php

@@ -136,5 +136,5 @@ ini_set('session.gc_divisor', '1');
 session_id('cli');
 
 // Create test database schema
-$schema = new SchemaGenerator(env('FIXTURE_SCHEMA_METADATA'), 'test');
+$schema = new SchemaGenerator(env('FIXTURE_SCHEMA_METADATA', ''), 'test');
 $schema->reload();