Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

"/blog/articles/{Str::random(8}"を直す #156

@Takeno-hito

Description

@Takeno-hito

BlogArticleTest::testShowNotfound

$this->get("/blog/articles/{Str::random(8}");

と書いてるし括弧閉じ付けても結局正しいテストにはならない(実際は明らかに404が出て落ちるんで実はどうでも良かったりもするけど

$this->get("/blog/articles/".Str::random(8));

おそらくこれが正しい + 他の所も軒並みそのままになってるのでせっかくなら直してほしい

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions