You are here

public function Tester::__construct in Simple XML sitemap 4.x

Same name and namespace in other branches
  1. 8.3 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;
}