PacktLib: Instant Hands-on Testing with PHPUnit How-to [Instant]

Instant Hands-on Testing with PHPUnit How-to

Credits

About the Author

About the Reviewers

www.PacktPub.com

Preface

Instant Hands-on Testing with PHPUnit How-to

Installing PHPUnit (Simple)

Writing your first test (Simple)

Running tests (Simple)

Configuring PHPUnit (Simple)

Adding PHPUnit to your project (Simple)

Generating tests from code (Advanced)

Using test fixtures (Simple)

Using data providers (Intermediate)

Using test dependencies (Advanced)

Using mock objects (Simple)

Testing abstract classes (Intermediate)

Testing traits (Intermediate)

Testing exceptions and errors (Intermediate)

Testing output (Intermediate)

Testing protected and private methods (Intermediate)

Testing database interaction (Advanced)

Viewing code coverage (Advanced)