true, 'outputToStderr' => false ]); $o = $h->handle($c); ob_start(); $h->dispatch(); $o = ob_get_clean(); $this->assertEmpty($o); } }