Loading core/modules/field/tests/src/Functional/Number/NumberFieldTest.php +2 −8 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ * Tests the creation of numeric fields. * * @group field * @group #slow */ class NumberFieldTest extends BrowserTestBase { Loading Loading @@ -393,9 +392,9 @@ public function testNumberFloatField(): void { } /** * Tests setting the minimum value of a float field through the interface. * Tests setting minimum values through the interface. */ public function testCreateNumberFloatField(): void { public function testMinimumValues(): void { // Create a float field. $field_name = $this->randomMachineName(); FieldStorageConfig::create([ Loading @@ -415,12 +414,7 @@ public function testCreateNumberFloatField(): void { $this->assertSetMinimumValue($field, 0.0001); // Set the minimum value to an integer value. $this->assertSetMinimumValue($field, 1); } /** * Tests setting the minimum value of a decimal field through the interface. */ public function testCreateNumberDecimalField(): void { // Create a decimal field. $field_name = $this->randomMachineName(); FieldStorageConfig::create([ Loading Loading
core/modules/field/tests/src/Functional/Number/NumberFieldTest.php +2 −8 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ * Tests the creation of numeric fields. * * @group field * @group #slow */ class NumberFieldTest extends BrowserTestBase { Loading Loading @@ -393,9 +392,9 @@ public function testNumberFloatField(): void { } /** * Tests setting the minimum value of a float field through the interface. * Tests setting minimum values through the interface. */ public function testCreateNumberFloatField(): void { public function testMinimumValues(): void { // Create a float field. $field_name = $this->randomMachineName(); FieldStorageConfig::create([ Loading @@ -415,12 +414,7 @@ public function testCreateNumberFloatField(): void { $this->assertSetMinimumValue($field, 0.0001); // Set the minimum value to an integer value. $this->assertSetMinimumValue($field, 1); } /** * Tests setting the minimum value of a decimal field through the interface. */ public function testCreateNumberDecimalField(): void { // Create a decimal field. $field_name = $this->randomMachineName(); FieldStorageConfig::create([ Loading