Exemplo n.º 1
0
 /**
  * @dataProvider partitionProvider
  * @covers ::partition
  */
 public function test_partition(testSubject $subject, $hof, $expected)
 {
     self::assertEquals($expected, $subject->partition($hof), 'Seq->partition should separate as expected the results of the $hof based on its Seq("false"=>Seq(value),"true"=>Seq(value)) value');
 }