Ejemplo n.º 1
0
 /**
  * @covers ::__construct
  * @covers ::getName
  */
 public function testConstruct()
 {
     $item = new NullSerializer('test');
     $this->assertSame('test', $item->getName());
 }