Test the currency exchange controller.

This commit is contained in:
James Cole
2018-07-02 16:06:49 +02:00
parent 7629dfd54a
commit f27eb084c7
3 changed files with 104 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ class CurrencyControllerTest extends TestCase
/**
*
*/
public function setUp()
public function setUp(): void
{
parent::setUp();
Passport::actingAs($this->user());