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

Drop todos

This commit is contained in:
Matt Stauffer
2022-03-14 13:58:52 -04:00
parent ce4682f897
commit 17cda5dc79
2 changed files with 0 additions and 3 deletions

View File

@@ -230,7 +230,6 @@ public function test_stopRunning_will_pass_filtered_result_of_getRunningServices
public function test_use_version_will_convert_passed_php_version()
{
// @todo mock CLI and filesystem so real valet.sock files aren't deleted
$brewMock = Mockery::mock(Brew::class);
$nginxMock = Mockery::mock(Nginx::class);
$siteMock = Mockery::mock(Site::class);