1. Go to this page and download the library: Download pandora-una/pandora-testes library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
use PandoraTestes\Context\PandoraContext;
/**
* Defines application features from the specific context.
*/
class FeatureContext extends PandoraContext
{
/**
* @BeforeSuite
*/
public static function initializeZendFramework()
{
try {
if (self::$zendApp === null) {
putenv('APPLICATION_ENV=test');
$path = __DIR__.'/../../config/application.config.php';
self::$zendApp = \Zend\Mvc\Application::init(
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.