Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update SelectDependentTest.php
  • Loading branch information
pascalbaljet committed Feb 21, 2025
commit 7ab810ed52ed92c6fb7e660c2334cdfd974c178d
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
Loading