Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16422 программиста и 1667 роботов. Сейчас ищут 1648 программистов ...
PHPUnit
Вернуться к: PHP
Provides a simple framework for creating a test application to automate testing of functions and classes.
- Tutorial — A short tutorial about PHPUnit
- PHPUnit::run() — runs a TestSuite and returns a TestResult object.
- PHPUnit::TestCase — A TestCase defines the fixture to run multiple tests.
Вернуться к: PHP