public function Tester::__construct in Simple XML sitemap 8.3
Same name and namespace in other branches
- 4.x tests/scripts/performance_test.php \Tester::__construct()
File
- tests/
scripts/ performance_test.php, line 58
Class
Code
public function __construct(LoggerInterface $logger) {
$this->logger = $logger;
}