Skip to content

Commit

Permalink
Fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Aug 9, 2024
1 parent 3d4a539 commit fb4e35f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ protected function setUp(): void {
/**
* Provides data for the testAccess method.
*
* @dataProvider providerTestAccess
* @return array
*/
public function providerTestAccess() {
Expand All @@ -64,9 +65,6 @@ public function providerTestAccess() {

/**
* Tests the access check method.
*
* @dataProvider providerTestAccess
* @covers ::access
*/
public function testAccess($requirements, $access, array $contexts = [], $message = '') {
$access_result = AccessResult::allowedIf($access)->addCacheContexts($contexts);
Expand Down

0 comments on commit fb4e35f

Please sign in to comment.