#!/usr/bin/env php __constructTest()) && p('nowIsInt') && e('1'); // 步骤1:验证now属性为整数 r($fileTest->__constructTest()) && p('savePathContainsUpload') && e('1'); // 步骤2:验证savePath包含upload路径 r($fileTest->__constructTest()) && p('webPathContainsUpload') && e('1'); // 步骤3:验证webPath包含upload路径 r($fileTest->__constructTest()) && p('nowIsRecent') && e('1'); // 步骤4:验证now为当前时间 r($fileTest->__constructTest()) && p('hasParentProperties') && e('1'); // 步骤5:验证继承了父类属性