Book Image

Learning Yii Testing

Book Image

Learning Yii Testing

Overview of this book

Table of Contents (16 chapters)
Learning Yii Testing
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we've covered the long-awaited mocks and stubs that will allow you to perform proper component tests. In the final part, we've taken a better look at code organization for your tests and a BDD-like way of writing them by using Specify and Verify.

In the following chapter, we're going to take a look at the next step of implementing the functional tests that should define the REST interface for our user.