第 41 章 Zend_Test

目录

41.1. Introduction
41.2. Zend_Test_PHPUnit
41.2.1. Bootstrapping your TestCase
41.2.2. Testing your Controllers and MVC Applications
41.2.3. Assertions
41.2.3.1. CSS Selector Assertions
41.2.3.2. XPath Assertions
41.2.3.3. Redirect Assertions
41.2.3.4. Response Header Assertions
41.2.3.5. Request Assertions
41.2.4. Examples

41.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