public
Description: Pastebin built using Dojo for UI elements
Homepage: http://weierophinney.net/matthew/archives/189-Pastebin-app-and-conference-updates.html
Clone URL: git://github.com/weierophinney/pastebin.git
weierophinney (author)
Fri Dec 05 21:40:20 -0800 2008
commit  6bd8581cd77a2b402ea34d75c7d733e5245dc328
tree    aaa66fd4bb6742906f7502984c6723fce354200a
parent  62b17fc2a6a08d681bc06960f825b840d4b4e9d6
pastebin / tests
name age message
..
directory My/ Tue Sep 09 06:46:55 -0700 2008 Committed tests for SimpleTextarea view helper ... [Matthew Weier O'Phinney]
file README Thu Sep 04 18:53:09 -0700 2008 Updated unit testing infrastructure Fixed faili... [Matthew Weier O'Phinney]
file TestHelper.php Tue Dec 02 06:12:31 -0800 2008 Renamed sqlite database files (s/paste/spindle/... [weierophinney]
directory controllers/ Tue Dec 02 06:12:31 -0800 2008 Renamed sqlite database files (s/paste/spindle/... [weierophinney]
directory log/ Tue Dec 02 06:12:31 -0800 2008 Renamed sqlite database files (s/paste/spindle/... [weierophinney]
directory models/ Wed Dec 03 20:00:54 -0800 2008 Created plugin architecture for models Updated ... [weierophinney]
file phpunit.xml Thu Sep 04 18:53:09 -0700 2008 Updated unit testing infrastructure Fixed faili... [Matthew Weier O'Phinney]
tests/README
To run the unit tests, use the following:

    phpunit --configuration phpunit.xml

You can also run tests for just the controllers:

    phpunit --configuration phpunit.xml --group Controllers

or just the models:

    phpunit --configuration phpunit.xml --group Models

By default, coverage reports and TestDox are generated in the logs/ 
subdirectory.