send('APP') ->through([TimerMiddleware::class]) ->then(fn (string $value) => $value); $this->assertEquals('APP', $a); } }