Skip to content

Commit

Permalink
Fix (#93)
Browse files Browse the repository at this point in the history
- add `transactionalCall()`,
- small change to test
- make `"use apiato caller style"` message optional (via config file)
  • Loading branch information
johannesschobel committed Apr 5, 2018
1 parent 1d980d7 commit b791aaf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Abstracts/Tests/PhpUnit/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ public function setUp()
*/
public function tearDown()
{
$this->usingInMemoryDatabase()
? $this->artisan('migrate:reset')
: parent::tearDown();
parent::tearDown();
}

/**
Expand Down

0 comments on commit b791aaf

Please sign in to comment.