コード例 #1
0
ファイル: BuilderCest.php プロジェクト: index0h/yii2-phar
 public function testAddOpenSSLSignature(CodeGuy $I)
 {
     $I->wantToTest('add OpenSSL signature');
     $I->createExamplePhar(\Yii::getAlias('@tests/_runtime/yii2-phar'));
     $I->addOpenSSLSignature();
     $I->seeOpenSSLSignature();
 }