getServiceContainer(); return new SpecialLog( $services->getLinkBatchFactory(), $services->getDBLoadBalancer(), $services->getActorNormalization(), $services->getUserIdentityLookup() ); } /** * Verify that no exception was thrown for an invalid date * @see T201411 */ public function testInvalidDate() { list( $html, ) = $this->executeSpecialPage( '', // There is no 13th month new FauxRequest( [ 'wpdate' => '2018-13-01' ] ), 'qqx' ); $this->assertStringContainsString( '(log-summary)', $html ); } }