diff options
author | Valery Piashchynski <[email protected]> | 2021-02-10 20:00:22 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-02-10 20:00:22 +0300 |
commit | ae3dd0c3672217be0b3fb4042ef650477fba108b (patch) | |
tree | da5b08308e5aff50a102f41e254ee3620d41550e /tests/psr-worker-bench.php | |
parent | da64d9fbab7d73e203e7dbbb9503f4d422feaab0 (diff) |
Rewrite container for the workers
Update tests
Diffstat (limited to 'tests/psr-worker-bench.php')
-rw-r--r-- | tests/psr-worker-bench.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/psr-worker-bench.php b/tests/psr-worker-bench.php index 3f634443..d0c72eae 100644 --- a/tests/psr-worker-bench.php +++ b/tests/psr-worker-bench.php @@ -49,7 +49,7 @@ if ($env->getMode() === 'http') { $worker->registerWorkflowTypes('Temporal\\Tests\\Workflow\\' . $name); } - // register all activity + // register all activity foreach ($getClasses(__DIR__ . '/src/Activity') as $name) { $class = 'Temporal\\Tests\\Activity\\' . $name; $worker->registerActivityImplementations(new $class); |