resourceloader: Add unit tests for ResourceLoaderFilePath class methods
authorDerick Alangi <alangiderick@gmail.com>
Sun, 14 Jul 2019 22:16:07 +0000 (23:16 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Mon, 15 Jul 2019 21:05:37 +0000 (22:05 +0100)
commita53e5171cf4b2252bf1e3c8f73eec18b39138343
tree77f5dbb4bc9e867095de2cc3cc2d3bdec40f10c2
parent06de7957785f3397ca6c88959aaf4735b4287590
resourceloader: Add unit tests for ResourceLoaderFilePath class methods

~ testConstructor() - unit test for the constructor method.
~ testGetLocalPath() - unit test for the getLocalPath() method.
~ testGetRemotePath() - unit test for the getRemotePath() method.
~ testGetPath() - unit test for the getPath() method.

Change-Id: I0610938dd864931da7a7e1150ddb4d86ab9a2c5e
tests/phpunit/includes/resourceloader/ResourceLoaderFilePathTest.php [new file with mode: 0644]