#!/usr/bin/env php getCalcRootTest()) && p() && e('module/metric/calc/'); // 步骤1:正常情况获取路径 r($metricTest->getCalcRootFullPathTest()) && p() && e('1'); // 步骤2:验证完整路径包含module r($metricTest->getCalcRootEndingTest()) && p() && e('1'); // 步骤3:验证路径结尾格式 r($metricTest->getCalcRootAccessibleTest()) && p() && e('1'); // 步骤4:验证路径可访问性 r($metricTest->getCalcRootTypeTest()) && p() && e('string'); // 步骤5:验证返回类型