Exemplo n.º 1
0
 public function testAddRightStub(CodeGuy $I)
 {
     $I->createExamplePhar(\Yii::getAlias('@tests/_runtime/yii2-phar'));
     $I->addRightStub();
     $I->seeRightStub();
 }