Advertisement
IchHabRecht

[TYPO3] PHPUnit unter Windows

Nov 18th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. I wrote a little batch file which should help you start unit and functional tests for TYPO3 CMS on Windows systems. You can find it at https://github.com/IchHabRecht/t3testing
  2.  
  3. Just see the usage information with
  4.  
  5. > t3testing /?
  6.  
  7. or invoke with a command similar to
  8.  
  9. > t3testing.bat --php_path=C:\Unix\PHP-5.5.0-x64 --phpunit_path="D:\Version Control\Composer\phpunit\vendor\bin" --mysql_defaults_file="H:\MySQL Server\my-typo3ram.ini" --mysql_port=3307 D:\Server\typo3\master.typo3.local
  10.  
  11. don't forget to set your own paths!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement