Skip to content

Commit

Permalink
Update SelectDependentTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Feb 21, 2025
1 parent 9bb2b8d commit 7ab810e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/tests/Browser/Form/SelectDependentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public static function dependentUrls()
}

#[\PHPUnit\Framework\Attributes\DataProvider('dependentUrls')]

#[\PHPUnit\Framework\Attributes\Test]
public function it_restores_the_placeholder_on_regular_selects($url)
{
Expand All @@ -37,7 +36,6 @@ public function it_restores_the_placeholder_on_regular_selects($url)
}

#[\PHPUnit\Framework\Attributes\DataProvider('dependentUrls')]

#[\PHPUnit\Framework\Attributes\Test]
public function it_restores_the_placeholder_on_choices_instances($url)
{
Expand All @@ -60,7 +58,6 @@ public function it_restores_the_placeholder_on_choices_instances($url)
}

#[\PHPUnit\Framework\Attributes\DataProvider('dependentUrls')]

#[\PHPUnit\Framework\Attributes\Test]
public function it_restores_the_placeholder_on_regular_multiple_select($url)
{
Expand All @@ -81,7 +78,6 @@ public function it_restores_the_placeholder_on_regular_multiple_select($url)
}

#[\PHPUnit\Framework\Attributes\DataProvider('dependentUrls')]

#[\PHPUnit\Framework\Attributes\Test]
public function it_restores_the_placeholder_on_choices_multiple_select($url)
{
Expand All @@ -106,7 +102,6 @@ public function it_restores_the_placeholder_on_choices_multiple_select($url)
}

#[\PHPUnit\Framework\Attributes\DataProvider('dependentUrls')]

#[\PHPUnit\Framework\Attributes\Test]
public function it_can_select_the_first_remote_option($url)
{
Expand All @@ -126,7 +121,6 @@ public function it_can_select_the_first_remote_option($url)
}

#[\PHPUnit\Framework\Attributes\DataProvider('dependentUrls')]

#[\PHPUnit\Framework\Attributes\Test]
public function it_can_reset_the_select_option_on_a_remote_url_change($url)
{
Expand Down

0 comments on commit 7ab810e

Please sign in to comment.