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