public function DefaultValueBinderTest::testBindValue in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Cell/DefaultValueBinderTest.php \DefaultValueBinderTest::testBindValue()
@dataProvider binderProvider
File
- vendor/
phpoffice/ phpexcel/ unitTests/ Classes/ PHPExcel/ Cell/ DefaultValueBinderTest.php, line 34
Class
Code
public function testBindValue($value) {
$this
->createCellStub();
$binder = new PHPExcel_Cell_DefaultValueBinder();
$result = $binder
->bindValue($this->cellStub, $value);
$this
->assertTrue($result);
}