我是PHP的新手,但我已经构建了一个容量大小的Codeception框架。我正在尝试优化需要文件的过程。这可以变得动态吗?
# _bootstrap.php
require_once dirname(__FILE__) . '/../bdd/SmokeTest/LoginSteps.php';
require_once dirname(__FILE__) . '/../bdd/SmokeTest/LogoutSteps.php;
有没有办法在bdd目录中自动使用require_once文件,文件名中包含“Steps”字符串?