Skip to content

Testing setup for Smarty issues

Notifications You must be signed in to change notification settings

cmanley/test-001

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smarty testing playground

This is a fork demonstrating this bug: See smarty-php/smarty#549

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.

About

Testing setup for Smarty issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.0%
  • Shell 3.0%