Pest - An Elegant PHP Testing Framework

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

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

  • @Stoney_Eagle
    @Stoney_Eagle 4 года назад +3

    Don't translate "pest" from Dutch I warn you 😂😂😂

    • @creeddm
      @creeddm 4 года назад +1

      What do you mean? It has the same meaning as far as I can see.
      Edit: You meant plague, right? Reading other comments I see it is not common knowledge about that meaning in English. It seemed so obvious to me at first as English is my second language and sometimes you learn multiple translations for a word.

  • @TpojkaVEVO
    @TpojkaVEVO 4 года назад +1

    PostsPestTest

  • @onessimuslyngdoh289
    @onessimuslyngdoh289 4 года назад +2

    Can you do a tutorial on nuxtjs with laravel

    • @drehimself
      @drehimself  4 года назад +5

      Will consider!

    • @shanerzhongyoubao
      @shanerzhongyoubao 4 года назад +1

      @@drehimself Please do it, i need it to get my next job :(

  •  4 года назад +1

    Did you know that pest is another word for plague?

    • @drehimself
      @drehimself  4 года назад

      Haha ya, read that on twitter. I guess some people might avoid it because of the name haha.

  • @wijaksanapanji
    @wijaksanapanji 4 года назад +1

    How did you do the import thing when the User class is missing?

    • @drehimself
      @drehimself  4 года назад +3

      I use an extension called PHP Namespace Resolover

  • @soorajsharma15
    @soorajsharma15 4 года назад +1

    Cool informative to all developer!! Thanks buddy :)

  • @joshbarros1995
    @joshbarros1995 3 года назад

    This is amazing! I'm really looking for a paid PestPHP course!

  • @lefuntho1252
    @lefuntho1252 2 года назад

    Cool thanks for this info, I just started with pest I used to use codeception, I use named groups to test a single test instead of extra package though, still a good job and thanks

  • @MikeNugget
    @MikeNugget 4 года назад

    Have you looked at mezon/router which is 24 times faster than yii router?

  • @snehareddy1790
    @snehareddy1790 2 года назад

    is there anyway to run the tests in browser instead of CLI.

  • @flogginga_dead_horse4022
    @flogginga_dead_horse4022 4 года назад +2

    It's just Pest because it rhymes with Jest so it's Jest for PHP...

    • @uziboozy4540
      @uziboozy4540 4 года назад

      @Marcus - you must be delusional dude

  • @marouanekafou2069
    @marouanekafou2069 4 года назад

    can we get the script of ur command wich please

  • @AneesKhan-uz4mz
    @AneesKhan-uz4mz 4 года назад

    can i know what font are you using in your vscode?

  • @tdias25
    @tdias25 4 года назад

    which vscode theme is that? looks clean

  • @aspirinemaga
    @aspirinemaga 4 года назад

    Hey Andre, can you tell what's the main purpose of using PEST over the basic phpunit in laravel ? What does it help to solve exactly ?

    • @drehimself
      @drehimself  4 года назад +2

      It's to make your tests more readable and minimal. Not for everyone but I value things like this. Definitely learn how to use PHPUnit first (already great) then evaluate if you want to take the extra step and make use of Pest.

  • @nordine
    @nordine 4 года назад

    Cool video, thank you sir

  • @tcindie
    @tcindie 4 года назад

    probably better to add ./vendor/bin to your path instead of an alias

  • @Alexandr8370
    @Alexandr8370 4 года назад

    для чего он? что то не могу понять я

  • @doodelinux
    @doodelinux 4 года назад

    Andre which VSCODE color theme do you use?

    • @drehimself
      @drehimself  4 года назад +1

      Material Theme, legacy version.

    • @vitormicillo1
      @vitormicillo1 4 года назад

      @@drehimself Thanks Andre.. Doode is my businesses user

  • @creeddm
    @creeddm 4 года назад

    Looks like it was inspired by Jest javascript testing framework.

    • @drehimself
      @drehimself  4 года назад

      Definitely!

    • @brothercaleb
      @brothercaleb 4 года назад +1

      Jest is my JavaScript TDD framework of choice. I use it in conjunction with parcel-easy peezy 👌🏽

    • @uziboozy4540
      @uziboozy4540 4 года назад

      Seems like PHP libraries tries to copycat JS way too much.
      The fact is that it'll never be the same or better in any case.
      Pretty cool nonetheless.

  • @旧时光印记
    @旧时光印记 4 года назад

    good!

  • @kadirookirim3231
    @kadirookirim3231 4 года назад

    thank you

  • @icrmsoftware59
    @icrmsoftware59 4 года назад

    Thanks🌹

  • @DidierSampaolo
    @DidierSampaolo 4 года назад

    I really like how Pest can speed up the writing of my tests. Thank you for this video!