PHP code example of university-of-denver / quicksilver-qa-prep

1. Go to this page and download the library: Download university-of-denver/quicksilver-qa-prep 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/ */

    

university-of-denver / quicksilver-qa-prep example snippets

bash
   terminus drush "$SITE.$ENV" -- en du_functional_testing -y
   
yaml
api_version: 1

workflows:
  clone_database:
    after:
      - type: webphp
        description: Prepare environment for QA tests
        script: private/scripts/quicksilver/quicksilver-qa-prep/qa-prep.php
yaml
workflows:
  sync_code:
    after:
      - type: webphp
        description: Prepare environment for QA tests after a code sync
        script: private/scripts/quicksilver/quicksilver-qa-prep/qa-prep.php