public function testGetParent()
 {
     $this->assertEquals('oro_address', $this->type->getParent());
 }
예제 #2
0
파일: TypeTest.php 프로젝트: php-lug/lug
 public function testParent()
 {
     $this->assertSame('sort', $this->type->getParent());
 }
 /**
  * @covers ::getParent
  */
 public function testGetParent()
 {
     $this->assertNull($this->entity->getParent());
 }