mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Merge pull request #534 from kudashevs/feature/fix_formatting
Fix ApprovalTest code formatting
This commit is contained in:
commit
85e18d38c6
@ -35,7 +35,7 @@ class ApprovalTest extends TestCase
|
||||
ob_start();
|
||||
|
||||
$argv = ["", "30"];
|
||||
include(__DIR__.'/../fixtures/texttest_fixture.php');
|
||||
include(__DIR__ . '/../fixtures/texttest_fixture.php');
|
||||
|
||||
$output = ob_get_clean();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user