sajibsrs / notes-on-php-testing

Notes on PHP testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# PHP Testing

# PHPUnit

# Installation and configuration

# Testing with PHPUnit

# Writing tests

# Risky tests

# Incomplete and skipped tests

# Test doubles

# Organizing tests

  • Composing test suite using filesystem
  • Composing test suite using XML configuration

# Running tests

# Logging

# Code coverage

# Xdebug

# Step debugging

# Improved PHP error reporting

# Tracing

# Profiling

# Code coverage

About

Notes on PHP testing


Languages

Language:PHP 100.0%