Given that your key has expired.
$ gpg --list-keys
$ gpg --edit-key KEYID
Use the expire command to set a new expire date:
| <?php | |
| require_once(__DIR__ . "/../../../../app/AppKernel.php"); | |
| class ModelTestCase extends \PHPUnit_Framework_TestCase | |
| { | |
| protected $_application; | |
| public function getContainer() | |
| { |
| # In your config/deploy/<stage>.rb files add the correct path which is publicly curlable :D | |
| # Opcache file url | |
| set :opcache_file_url, "https://<add_public_url_of_stage>/opcache_clear.php" |