MockOutputPage class in its own file
authorAntoine Musso <hashar@free.fr>
Fri, 13 Apr 2012 10:47:19 +0000 (12:47 +0200)
committerAntoine Musso <hashar@free.fr>
Fri, 13 Apr 2012 10:47:19 +0000 (12:47 +0200)
commit2389ec71413091e96d3feff06c35b8f78286fd42
tree4029bb8ce312c2444ffd47cbaa9009545169ee45
parent2fcd7dbf7ce7bfc8912078f38d98563dd0766569
MockOutputPage class in its own file

The MockOutputPage can be needed in various tests suite beside
GlobalFunctions. Seems to make sense to get it in its own class so we
can easily use it.

Change-Id: Icbb34db81e8cc8636d95f6326dd228bc74a741d7
tests/TestsAutoLoader.php
tests/phpunit/includes/GlobalFunctions/GlobalTest.php
tests/phpunit/includes/MockOutputPage.php [new file with mode: 0644]