run(['php', '-r', 'echo "hello world";']); $this->assertSame('hello world', $output); } }