Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Unit testing with PHPUnit, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:02
    Introduction
  2. Урок 2. 00:05:54
    Setting up PHPUnit
  3. Урок 3. 00:04:19
    Writing your first test
  4. Урок 4. 00:21:58
    Testing a User model
  5. Урок 5. 00:03:06
    Quick tip: Clearing up test method names
  6. Урок 6. 00:03:10
    Quick tip: Using the setUp method
  7. Урок 7. 00:29:32
    Testing a Collection class
  8. Урок 8. 00:12:07
    Testing a Calculator: Addition
  9. Урок 9. 00:10:27
    Testing a Calculator: Division
  10. Урок 10. 00:17:31
    Testing a Calculator: Bringing it together