<feed xmlns='http://www.w3.org/2005/Atom'>
<title>prado/tests/unit/Web/THttpResponseTest.php, branch namespace</title>
<subtitle>Fork of Prado PHP framework
</subtitle>
<id>https://emkael.info/cgit/prado/atom?h=namespace</id>
<link rel='self' href='https://emkael.info/cgit/prado/atom?h=namespace'/>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/'/>
<updated>2015-08-11T06:34:39Z</updated>
<entry>
<title>Fix TProperyValue::ensureEnum and some unit tests class names</title>
<updated>2015-08-11T06:34:39Z</updated>
<author>
<name>David</name>
<email>ottodavid@gmx.net</email>
</author>
<published>2015-08-10T17:50:41Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=606874e9a883ae547df198498fce6fca7b735466'/>
<id>urn:sha1:606874e9a883ae547df198498fce6fca7b735466</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix unit tests</title>
<updated>2015-08-10T15:22:33Z</updated>
<author>
<name>David</name>
<email>ottodavid@gmx.net</email>
</author>
<published>2015-08-10T04:42:01Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=2bf1a517f3edc1bd43b8e3340f0f6fd31b1ba94a'/>
<id>urn:sha1:2bf1a517f3edc1bd43b8e3340f0f6fd31b1ba94a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed ?&gt; from tests</title>
<updated>2014-01-15T18:05:25Z</updated>
<author>
<name>Fabio Bas</name>
<email>ctrlaltca@gmail.com</email>
</author>
<published>2014-01-15T18:05:25Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=2fdb1e997f030155bd6648f9d72a77ccecda0324'/>
<id>urn:sha1:2fdb1e997f030155bd6648f9d72a77ccecda0324</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Chnages in phpunit's bootstrap script; should hopefully fix travis</title>
<updated>2013-09-17T07:45:24Z</updated>
<author>
<name>Fabio Bas</name>
<email>ctrlaltca@gmail.com</email>
</author>
<published>2013-09-17T07:45:24Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=7dbca97c478e34b2d7a7c47f1bc18ba7d7ce1525'/>
<id>urn:sha1:7dbca97c478e34b2d7a7c47f1bc18ba7d7ce1525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reworked the "test" task in order to make it work again:</title>
<updated>2012-11-18T19:08:27Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-11-18T19:08:27Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=6dff17fee04f8b8a1f35ec8e9afe65ae32b2684c'/>
<id>urn:sha1:6dff17fee04f8b8a1f35ec8e9afe65ae32b2684c</id>
<content type='text'>
 - it will use the system PHPUnit installation if available (bundled PHPUnit with prado is no more a choice)
 - fixed tests in order to be compatible with recent phpunit versions (currently 3.7)
 - dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap)
Added some svn-ignore properties</content>
</entry>
<entry>
<title>some fixes on tests</title>
<updated>2011-06-20T16:49:53Z</updated>
<author>
<name>ctrlaltca@gmail.com</name>
<email></email>
</author>
<published>2011-06-20T16:49:53Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=a0d269954534e09c0b9c0f73c927b6eb764c21d9'/>
<id>urn:sha1:a0d269954534e09c0b9c0f73c927b6eb764c21d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Partial implementation of unit tests for THttpResponseTest</title>
<updated>2007-06-18T13:12:30Z</updated>
<author>
<name>tof</name>
<email></email>
</author>
<published>2007-06-18T13:12:30Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=2de967f07dd086f965959af72b33ca2a18030563'/>
<id>urn:sha1:2de967f07dd086f965959af72b33ca2a18030563</id>
<content type='text'>
</content>
</entry>
<entry>
<title>upgraded unit test suite to use PHPUnit3</title>
<updated>2007-05-29T20:29:10Z</updated>
<author>
<name>knut</name>
<email></email>
</author>
<published>2007-05-29T20:29:10Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=376a5af2d258f87e2be75b667850436987c68a55'/>
<id>urn:sha1:376a5af2d258f87e2be75b667850436987c68a55</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Added unit test stubs for System.Web.* #168</title>
<updated>2006-05-16T19:03:46Z</updated>
<author>
<name>knut</name>
<email></email>
</author>
<published>2006-05-16T19:03:46Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=042aecd418ba8294e05b4be816abcc880c166af1'/>
<id>urn:sha1:042aecd418ba8294e05b4be816abcc880c166af1</id>
<content type='text'>
</content>
</entry>
</feed>
