Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Aug 30, 2023
1 parent c320ad9 commit 7239ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/Presets/LaravelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public function it_has_proper_signatures()
$this->assertSame("{$directory}/database/migrations", $preset->migrationPath());
$this->assertSame("{$directory}/database/seeders", $preset->seederPath());

$this->assertFalse($preset->hasCustomStubPath());
$this->assertNull($preset->getCustomStubPath());
$this->assertTrue($preset->hasCustomStubPath());
$this->assertSame("{$directory}/stubs", $preset->getCustomStubPath());

$this->assertSame($files, $preset->filesystem());
}
Expand Down

0 comments on commit 7239ce5

Please sign in to comment.