Skip to content

Commit

Permalink
Add test case to Tests\Process\Service\ProcessUnitTest::testSetEnvInv…
Browse files Browse the repository at this point in the history
…alidNames().
  • Loading branch information
TravisCarden committed Apr 17, 2024
1 parent b1e1a9e commit 6a55a6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Process/Service/ProcessUnitTest.php
Expand Up @@ -368,6 +368,12 @@ public function providerSetEnvInvalidNames(): array
],
'invalidName' => '42',
],
// This error message probably isn't the most helpful. Let's
// at least document the behavior with this test case.
'Value with no name' => [
'values' => ['value'],
'invalidValue' => '0',
],
];
}

Expand Down

0 comments on commit 6a55a6f

Please sign in to comment.