Book Image

CakePHP 2 Application Cookbook

Book Image

CakePHP 2 Application Cookbook

Overview of this book

Table of Contents (20 chapters)
CakePHP 2 Application Cookbook
Credits
Foreword
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Chapter 11. Unit Tests

In this chapter, we will cover the following topics:

  • Dependency Injection

  • Creating a fixture

  • Mock objects

  • Stub method configuration

  • Model unit testing