index
:
prado
master
namespace
prado-3.2
test_sauce
Fork of Prado PHP framework
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
Web
Age
Commit message (
Collapse
)
Author
2007-06-27
implement unit tests for THtmlWriter
tof
2007-06-20
Add a test for THttpRequest with a TUrlMapping as url manager
tof
2007-06-19
added some more unit test stubs
knut
2007-06-19
fixed #655
knut
2007-06-18
Partial implementation of unit tests for THttpResponseTest
tof
2007-06-14
Add some guards while creating and removing tests assets directory
tof
2007-06-13
Implements TAssetManager test suite
tof
2007-06-13
Override PradoBase::getUserLanguages() so the $languages var is recomputed ↵
tof
on each call from test suite.
2007-06-13
Change the order of the Web_Alltests suite
tof
2007-06-13
Implements THttpCookie, THttpCookieCollection, and THttpRequest unit tests
tof
2007-06-12
added TUri unit test.
tof
2007-06-12
added stubs for TClientScriptManagerTest
knut
2007-06-11
corrected TAPCCache according to #646 and added some more stubs for unit ↵
knut
tests in System.Web.UI
2007-06-09
simple unit test for TActiveHiddenField property Value
carl
2007-05-29
added dummy application folder for unit testing System.Web.*
knut
2007-05-29
added some THttpRequest tests
knut
2007-05-29
completed THttpUtilityTest
knut
2007-05-29
upgraded unit test suite to use PHPUnit3
knut
use "cd tests/; phpunit AllTests.php" to run the tests use "cd tests/; phpunit --report=coverage AllTests.php" to get a nice code coverage report (need xdebug)
2006-05-16
Added unit test stubs for System.Web.* #168
knut
2006-05-12
Added unit tests for TXmlTransform control #99
knut
2006-02-06
added some more tests
knut
2006-02-02
removed checking getTagName() since it's protected
knut
2006-02-02
ported two more unit tests
knut