Example #1
0
 public function testAddRightCompress(CodeGuy $I)
 {
     $I->createExamplePhar(\Yii::getAlias('@tests/_runtime/yii2-phar'));
     $I->addRightCompress();
     $I->seeCompressed();
 }