From 206ec2de1595e73ca23751f8085f933eed9f971a Mon Sep 17 00:00:00 2001 From: Hussein Al Hammad Date: Sun, 9 Jul 2023 16:50:34 +0400 Subject: [PATCH] Rename `default_class` test --- tests/Unit/FontAwesomeSVGTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/FontAwesomeSVGTest.php b/tests/Unit/FontAwesomeSVGTest.php index 0f9628e..9884806 100644 --- a/tests/Unit/FontAwesomeSVGTest.php +++ b/tests/Unit/FontAwesomeSVGTest.php @@ -62,7 +62,7 @@ public function test_it_can_add_a_custom_class($icon): void /** * @dataProvider icons */ - public function test_it_can_remove_the_custom_class($icon): void + public function test_it_can_remove_the_default_class($icon): void { $fa = $this->createInstance();