Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Oct 23, 2024
1 parent 899911b commit 9927712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Events/InstallEndedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class InstallEndedTest extends TestCase

/**
* @test
*
* @dataProvider basicInstallationDataProvider
*/
public function it_can_determine_using_basic_installation(bool $hasOption, ?bool $getOption, bool $expected)
Expand Down
1 change: 1 addition & 0 deletions tests/Events/InstallStartedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class InstallStartedTest extends TestCase

/**
* @test
*
* @dataProvider basicInstallationDataProvider
*/
public function it_can_determine_using_basic_installation(bool $hasOption, ?bool $getOption, bool $expected)
Expand Down

0 comments on commit 9927712

Please sign in to comment.