第 39 章 Zend_Test

目录

39.1. Introduction
39.2. Zend_Test_PHPUnit
39.2.1. Bootstrapping your TestCase
39.2.2. Testing your Controllers and MVC Applications
39.2.3. Assertions
39.2.3.1. CSS Selector Assertions
39.2.3.2. XPath Assertions
39.2.3.3. Redirect Assertions
39.2.3.4. Response Header Assertions
39.2.3.5. Request Assertions
39.2.4. Examples

39.1. Introduction

Zend_Test provides tools to facilitate unit testing of your Zend Framework applications. At this time, we offer facilities to enable testing of your Zend Framework MVC applications