Skip to content

Commit

Permalink
Test: Travis CI - No database selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Hermo committed Dec 15, 2018
1 parent c0ab721 commit d1acfd7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/fixtures.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Marcz\Swiftype\Model\SwiftypeEngine:
myengine:
IndexName: 'Page'
EngineSlug: 'examplesearch'
EngineKey: '8BEb6fC9rAyrds51Su_Z'
DocumentType: 'page'
Marcz\Swiftype\Model\SwiftypeDomain:
mydomain:
Domain: 'example.com'
DomainId: '5c0fb46fb5b9e1633f9c20e4'
Engine: =>Marcz\Swiftype\Model\SwiftypeEngine.myengine
2 changes: 2 additions & 0 deletions tests/php/SwiftypeClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

class SwiftypeClientTest extends SapphireTest
{
protected static $fixture_file = '../fixtures.yml';

public function setUp()
{
parent::setUp();
Expand Down

0 comments on commit d1acfd7

Please sign in to comment.