Exemplo n.º 1
0
 public function testGetPropertiesCatchException()
 {
     $this->assertNull($this->extractor->getProperties('Not\\Exist'));
 }
 public function testGetProperties()
 {
     $this->assertEquals(array('id', 'guid', 'time', 'json', 'simpleArray', 'bool', 'binary', 'foo', 'bar'), $this->extractor->getProperties('Symfony\\Bridge\\Doctrine\\Tests\\PropertyInfo\\Fixtures\\DoctrineDummy'));
 }