Ejemplo n.º 1
0
 public function testInit()
 {
     $this->object->init();
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function init()
 {
     parent::init();
     PaymentIconsAsset::register(Yii::$app->getView());
 }