Getting Started with PHPUnit
English session
PHP has evolved from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems. Critical business logic like this needs to work correctly. But how do you ensure that it does? You test it, of course.
PHPUnit is the de-facto standard for unit testing PHP applications. In this session, given by PHPUnit's creator Sebastian Bergmann, the audience will learn how to write, organize, and run unit tests for/with PHPUnit using real world examples.
PHPUnit is the de-facto standard for unit testing PHP applications. In this session, given by PHPUnit's creator Sebastian Bergmann, the audience will learn how to write, organize, and run unit tests for/with PHPUnit using real world examples.
Sebastian Bergmann View speaker page
thePHP.cc
Sebastian Bergmann holds a degree in Computer Science and is a pioneer in the field of quality assurance in PHP projects. His test framework PHPUnit is a de-facto standard. He is actively involved in the development of PHP and creator of various development tools. Sebastian Bergmann is an internationally sought-after expert. As an author he shares his long-standing experience in books and articles. He is a frequent speaker at conferences around the world.






















Comments
Speaker: 3
Mastering the subject
Good examples at the end
Many terms that I do not know, which are not explained