You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ben Peachey edited this page May 4, 2025
·
1 revision
Hacking
FIXME This instructions are for Linux and Mac OS X. Windows might need something else.
'"
Set up
Full, fresh source
Most up to date copy of PHPTAL's code can be found in SVN repository: https://svn.motion-twin.com/phptal/trunk. Use this code rather than one provided in releases:
svn co https://svn.motion-twin.com/phptal/trunk phptal
Tests
PHPTAL has a big tests suite that helps you ensure that your changes don't break anything (this is very helpful). To run the tests you'll need to install PHPUnit: