Example #1
0
 /**
  * @dataProvider dataProviderInformacao
  */
 public function testPossuiEstruturaDeInformacao($value)
 {
     $collection = new Collection();
     $collection->set('foo', $value);
     $this->assertSame($value, $collection->get('foo'));
 }