Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 468 Bytes

File metadata and controls

27 lines (21 loc) · 468 Bytes

Smarty testing playground

To get into the sandbox of interest:

  1. Clone repo.
    git clone https://github.com/AnrDaemon/test-001.git
    
  2. Checkout the branch you are interested in.
    git checkout branchname
    
  3. Run
    composer install
    
  4. Run appropriate PHP script. Usually it is
    php -f testcase.php
    

Nota bene

Composer's vendor/ directory is shared across branches.

You've been warned.