Приглашаем посетить
Станюкович (stanyukovich.lit-info.ru)

Chapter 15.  PHPUnit API

Previous
Table of Contents
Next

Chapter 15. PHPUnit API

For most uses, PHPUnit has a simple API: subclass PHPUnit2_Framework_TestCase for your test cases and call assertTrue( ) or assertEquals( ). However, for those of you who would like to look deeper into PHPUnit, here are all of its published methods and classes.


Previous
Table of Contents
Next