Fixed test name

This commit is contained in:
Chris Kankiewicz
2020-06-16 12:50:41 -07:00
parent 49845d9936
commit d951069a1a

View File

@@ -24,7 +24,7 @@ class HelpersTest extends TestCase
$this->assertEquals('Test default; please ignore', $env);
}
public function test_it_can_a_retrieve_boolean_value(): void
public function test_it_can_retrieve_a_boolean_value(): void
{
putenv('TRUE_TEST=true');
putenv('FALSE_TEST=false');