Skip to content

Commit

Permalink
Merge branch '7.x' into 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Sep 1, 2023
2 parents 4098fd6 + 38ae069 commit d8e6d1f
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 @@ -35,8 +35,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 d8e6d1f

Please sign in to comment.