phpday 2022: Introducing PEST - The Elegant PHP Testing Framework

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Testing can be more intuitive, user-friendly and productive than you think!
    This talk introduces you to Pest - a delightful PHP Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP and Laravel.
    Check out the website: pestphp.com
    Get ready for a live-coding session, where I unveil all the goodies of this new open-source testing framework. After this talk, you’ll be able to use Pest in your everyday Laravel.

Комментарии • 9

  • @EduardoWeidmanBarijan
    @EduardoWeidmanBarijan Год назад +1

    I like to see stuff like that. Not only the bright new the next thing, but how there was a problem and a solution was created to solve the problem. Thank you for sharing

  • @mahmoud-bakheet
    @mahmoud-bakheet Год назад +1

    ❤❤❤

  • @TheArmanist
    @TheArmanist Год назад +1

    Brilliant, now I need to find courage and refactor my 500 tests from phpunit to pest ))

    • @JayLooney
      @JayLooney Год назад

      You don't even need to refactor, existing PHPUnit tests should work as usual, and you can just begin adding new tests in the new format. -- This is especially good for large code bases where it might be cost prohibitive to refactor to the new format.

  • @1233farhan
    @1233farhan Год назад +1

    this is brilliant

  • @benrogmans
    @benrogmans Год назад

    This is excellent! Great project!

  • @scotttresor
    @scotttresor Год назад

    good video and thank for pest and larastan

  • @rickybarabba7866
    @rickybarabba7866 Год назад

    Great stuff here Nuno...