You are here

public function Tester::__construct in Simple XML sitemap 8.3

Same name and namespace in other branches
  1. 4.x tests/scripts/performance_test.php \Tester::__construct()

File

tests/scripts/performance_test.php, line 58

Class

Tester

Code

public function __construct(LoggerInterface $logger) {
  $this->logger = $logger;
}