Run scripts/gen-autoload.php

Change-Id: Ica5987ddd1e2299b1b6bb827e973f59bb28f043d
This commit is contained in:
Kunal Mehta 2016-02-12 14:20:24 -08:00
parent 92f69106cd
commit 3dea8578da

View file

@ -47,10 +47,10 @@ $wgAutoloadClasses += array(
'EchoEventMapperTest' => __DIR__ . '/tests/phpunit/mapper/EventMapperTest.php', 'EchoEventMapperTest' => __DIR__ . '/tests/phpunit/mapper/EventMapperTest.php',
'EchoEventPresentationModel' => __DIR__ . '/includes/formatters/EventPresentationModel.php', 'EchoEventPresentationModel' => __DIR__ . '/includes/formatters/EventPresentationModel.php',
'EchoExecuteFirstArgumentStub' => __DIR__ . '/tests/phpunit/mapper/NotificationMapperTest.php', 'EchoExecuteFirstArgumentStub' => __DIR__ . '/tests/phpunit/mapper/NotificationMapperTest.php',
'EchoForeignPresentationModel' => __DIR__ . '/includes/formatters/EchoForeignPresentationModel.php',
'EchoFilteredSequentialIterator' => __DIR__ . '/includes/iterator/FilteredSequentialIterator.php', 'EchoFilteredSequentialIterator' => __DIR__ . '/includes/iterator/FilteredSequentialIterator.php',
'EchoForeignNotifications' => __DIR__ . '/includes/ForeignNotifications.php',
'EchoFlyoutFormatter' => __DIR__ . '/includes/formatters/EchoFlyoutFormatter.php', 'EchoFlyoutFormatter' => __DIR__ . '/includes/formatters/EchoFlyoutFormatter.php',
'EchoForeignNotifications' => __DIR__ . '/includes/ForeignNotifications.php',
'EchoForeignPresentationModel' => __DIR__ . '/includes/formatters/EchoForeignPresentationModel.php',
'EchoHTMLEmailDecorator' => __DIR__ . '/includes/EmailFormatter.php', 'EchoHTMLEmailDecorator' => __DIR__ . '/includes/EmailFormatter.php',
'EchoHTMLEmailFormatter' => __DIR__ . '/includes/EmailFormatter.php', 'EchoHTMLEmailFormatter' => __DIR__ . '/includes/EmailFormatter.php',
'EchoHooks' => __DIR__ . '/Hooks.php', 'EchoHooks' => __DIR__ . '/Hooks.php',