Skip to content

Commit 5746cd5

Browse files
committed
Rename data provider function
1 parent 0985dfa commit 5746cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Operation/AggregateFunctionalTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function testUnrecognizedPipelineState()
1919
}
2020

2121
/**
22-
* @dataProvider provideTypeMapOptionsAndExpectedDocument
22+
* @dataProvider provideTypeMapOptionsAndExpectedDocuments
2323
*/
2424
public function testTypeMapOption(array $typeMap = null, array $expectedDocuments)
2525
{
@@ -32,7 +32,7 @@ public function testTypeMapOption(array $typeMap = null, array $expectedDocument
3232
$this->assertEquals($expectedDocuments, $results);
3333
}
3434

35-
public function provideTypeMapOptionsAndExpectedDocument()
35+
public function provideTypeMapOptionsAndExpectedDocuments()
3636
{
3737
return [
3838
[

0 commit comments

Comments
 (0)