mac上用composer 全局安装工具时报错 [Symfony\Component\Process\Exception\RuntimeException] The process has been signaled with signal “5”.
方法一:重新安装svn
$composer global require xxx Changed current directory to /Users/didi/.composer You are running Composer with SSL/TLS protection disabled. ./composer.json is not readable.
$this->assertInstanceOf(User::class, $user); $this->assertInstanceOf(get_class($expectedObject), $user);