Skip to content

Commit

Permalink
Fix ::store coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Dec 2, 2024
1 parent 2150cf8 commit 0ad51ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Form/FieldTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,6 @@ public function testToStoredValue()

/**
* @covers ::toStoredValue
* @covers ::store
* @covers ::data
*/
public function testToStoredValueWhenNotSet()
Expand All @@ -1101,7 +1100,6 @@ public function testToStoredValueWhenNotSet()

/**
* @covers ::toStoredValue
* @covers ::store
* @covers ::data
*/
public function testToStoredValueWhenUnsaveable()
Expand All @@ -1115,7 +1113,6 @@ public function testToStoredValueWhenUnsaveable()

/**
* @covers ::toStoredValue
* @covers ::store
* @covers ::data
*/
public function testToStoredValueWithDefault()
Expand All @@ -1134,7 +1131,6 @@ public function testToStoredValueWithDefault()

/**
* @covers ::toStoredValue
* @covers ::store
* @covers ::data
*/
public function testToStoredValueWithCustomStoreHandler()
Expand Down

0 comments on commit 0ad51ae

Please sign in to comment.