Add more test cases to ActionTest
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 17 Jul 2014 07:36:54 +0000 (09:36 +0200)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Tue, 22 Jul 2014 10:37:05 +0000 (12:37 +0200)
commitd3e26d290679cd0eb0862c4ebac4898e5da41a91
treea46c6b8b188ba1c979a86f4c8053d270dd276b20
parent8c2d4fa8e24fb9f18e3c1f9d5206135b8b5501d1
Add more test cases to ActionTest

1. The 'dummy' test case already tested ucfirst(), but strtolower()
was not tested. The new 'DUMMY' tests fixes that.

2. Add a new test where the requested action is false.

3. Refactored the dummy builder a bit to make it easier to reuse.

Change-Id: Id7d9adac064b307b04bf6accb83ffd7f217a857c
tests/phpunit/includes/actions/ActionTest.php