类 DeleteQueryStrategy
属性摘要
方法摘要
-
__construct() public
初始化策略。
-
setupTest() public
在每个 TestCase 中每次测试运行之前调用。
-
teardownTest() public
清除所有弹性索引中的状态。
方法详情
setupTest() ¶ public
setupTest(list<string> $fixtureNames): void
在每个 TestCase 中每次测试运行之前调用。
参数
-
list<string>
$fixtureNames
返回
void