Skip to content

Commit

Permalink
Test ci environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Nov 19, 2024
1 parent e80dc08 commit 218f5d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/Unit/Environment/EnvironmentResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function testEnvironmentMap(string $envName, string $expected) : void {
*/
public function environmentMapData() : array {
return [
['ci', 'test'],
['testing', 'test'],
['production', 'prod'],
['staging', 'stage'],
Expand Down

0 comments on commit 218f5d4

Please sign in to comment.