mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +01:00
Drop todos
This commit is contained in:
@@ -312,8 +312,6 @@ public function useVersion($version, $force = false)
|
||||
/**
|
||||
* Symlink (Capistrano-style) a given Valet.sock file to be the primary valet.sock.
|
||||
*
|
||||
* @todo write tests
|
||||
*
|
||||
* @param string $phpVersion
|
||||
* @return void
|
||||
*/
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user