Chapter 51. Zend_Test

Table of Contents

51.1. Introduction
51.2. Zend_Test_PHPUnit
51.2.1. Bootstrapping your TestCase
51.2.2. Testing your Controllers and MVC Applications
51.2.3. Assertions
51.2.3.1. CSS Selector Assertions
51.2.3.2. XPath Assertions
51.2.3.3. Redirect Assertions
51.2.3.4. Response Header Assertions
51.2.3.5. Request Assertions
51.2.4. Examples

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