第 46 章 Zend_Test

目录

46.1. Introduction
46.2. Zend_Test_PHPUnit
46.2.1. Bootstrapping your TestCase
46.2.2. Testing your Controllers and MVC Applications
46.2.3. Assertions
46.2.3.1. CSS Selector Assertions
46.2.3.2. XPath Assertions
46.2.3.3. Redirect Assertions
46.2.3.4. Response Header Assertions
46.2.3.5. Request Assertions
46.2.4. Examples

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