assertIsInt(SystemUtil::getCpuCount()); } public function testGetArchCFlags() { $this->assertEquals('--target=x86_64-apple-darwin', SystemUtil::getArchCFlags('x86_64')); } }