예제 #1
0
파일: ArrTest.php 프로젝트: harp-orm/query
 /**
  * @dataProvider dataDisassociate
  * @covers ::disassociate
  */
 public function testDisassociate($array, $expected)
 {
     $this->assertEquals($expected, Arr::disassociate($array));
 }
예제 #2
0
 public function getParameters()
 {
     return Arr::disassociate($this->getValue());
 }