Ejemplo n.º 1
0
 /**
  * @covers Cradle\Handlebars\HandlebarsData::__construct
  */
 public function test__construct()
 {
     $actual = $this->object->__construct(['product_id' => 123, 'product_title' => 'Hello World', 'product_comments' => ['comment1' => 'this is good', 'comment2' => 'this is great', 'comment3' => 'this is nice']]);
     $this->assertNull($actual);
 }