コード例 #1
0
ファイル: CreditCardTypeTest.php プロジェクト: eamador/Payum
 /**
  * @test
  */
 public function shouldExtendFormType()
 {
     $type = new CreditCardType();
     $this->assertEquals('form', $type->getParent());
 }
コード例 #2
0
ファイル: CreditCardTypeTest.php プロジェクト: Gundars/Core
 /**
  * @test
  */
 public function shouldExtendFormType()
 {
     $this->markTestSkipped('Undo mark skipp when minimum supported version of Symfony will be 2.8');
     $type = new CreditCardType();
     $this->assertEquals('form', $type->getParent());
 }