Skip to content

Commit

Permalink
Add special char for Pest e2e test to make sure it works as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Jul 25, 2021
1 parent 119ca3f commit 4e7e9e6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
[2.0, 4.0, 0.5]
]);

test('tests division with shared dataset', function (float $a, float $b, float $expectedResult) {
test('tests division with shared dataset, with special | char', function (float $a, float $b, float $expectedResult) {
$sourceClass = new ForPestWithDataProvider();

expect($sourceClass->div($a, $b))->toBe($expectedResult);
Expand Down

0 comments on commit 4e7e9e6

Please sign in to comment.