PHP code example of mandan2 / prestashop-module-testing-database
1. Go to this page and download the library: Download mandan2/prestashop-module-testing-database 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/ */
mandan2 / prestashop-module-testing-database example snippets
bash
php vendor/mandan2/prestashop-module-testing-database/CreateTestDatabase.php
bash
php vendor/mandan2/prestashop-module-testing-database/UseTestDatabase.php
bash
php vendor/mandan2/prestashop-module-testing-database/UseOriginalDatabase.php