Instant hands-on testing with PHPUnit how-to : a practical guide to getting started with PHPUnit to improve code quality /
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This is a Packt Instant How-to guide, which provides concise and clear recipes for getting started with PHPUnit for performing code testing and improving code quality.""Instant...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2013.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; 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).