Shift with red gradient lettering

Format test cases

Premium
PHP

Ensure your test suite follows a consistent format by automatically applying common styles to your test cases.

Before

public function testItDoesSomething()
{
// ...
}

After
(Marker: Annotation, Case: Snake)

/** @test */
public function it_does_something()
{
// ...
}

← Back to the Workbench Tasks

Sign in with any of the following services to connect Shift with your Laravel project.


Don't use one of these services?

Temporarily push your project to a free, private repository on one of these cloud-based services or upgrade your project locally with Shift for Docker.