2
0

Zend_Test.xml 439 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <sect1 id="zend.test.introduction">
  4. <title>Introduction</title>
  5. <para>
  6. <classname>Zend_Test</classname> provides tools to facilitate unit testing of your
  7. Zend Framework applications. At this time, we offer facilities to enable
  8. testing of your Zend Framework <acronym>MVC</acronym> applications
  9. </para>
  10. </sect1>
  11. <!--
  12. vim:se ts=4 sw=4 et:
  13. -->