1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-12-03 03:10:15 +00:00
parent 884c39d70b
commit 9f03a755f5

View File

@@ -6,7 +6,7 @@ class ValetDriverTest extends BaseDriverTestCase
{
public function test_it_gets_drivers_in_given_path()
{
$output = ValetDriver::driversIn(__DIR__ . '/../files/Drivers');
$output = ValetDriver::driversIn(__DIR__.'/../files/Drivers');
$this->assertEquals(2, count($output));
$this->assertContains('Test1ValetDriver', $output);