Bruno

Results 5 issues of Bruno

As a small challenge for databases you can add a pastebin for big files, in order to check out the binary format in databases.

**HEMTT Version:** `0.6.1` (not sure I'll taked the ci method from Brett) **Description:** I tried to convert my CBA Project Building to the HEMTT system. When I try to execute...

bug
external

I just found the project 20 min ago and shot some solutions. But is it possible to display all the area solution at the same time. When I have it...

enhancement

**Description:** - Add a detailed description of the feature **Steps to treat:** - If possible add a idea to implement it (logical)

enhancement

Basically what happend here https://github.com/pestphp/pest/issues/966 was that the plugin created directories with the path `Core/lication/Contracts` instead of `Core/Application/Contracts` with the given code ```php test('app') ->expect('App\Core\Application\Contracts') ->toBeClasses(); ``` And passed because...