コード例 #1
0
ファイル: DateTest.php プロジェクト: pradeep-wagento/magento2
 /**
  * @param array|string $value Value to pass to restoreValue()
  * @param array|string|bool $expected Expected output
  *
  * @dataProvider compactAndRestoreValueDataProvider
  */
 public function testRestoreValue($value, $expected)
 {
     $this->assertSame($expected, $this->date->restoreValue($value));
 }