diff --git a/tests/TestCoreModelExtension.php b/tests/TestCoreModelExtension.php index 5414cc2..3d1b026 100644 --- a/tests/TestCoreModelExtension.php +++ b/tests/TestCoreModelExtension.php @@ -149,7 +149,7 @@ public function test_it_does_not_delete_translations_while_force_deleting() $this->assertEquals(0, count($after)); } - public function test_to_array_returs_translated_attributes() + public function test_to_array_returns_translated_attributes() { $country = Country::find(1); $this->assertArrayHasKey('name', $country->toArray());