Remove useless StatusTest::testCanConstruct()
authorKunal Mehta <legoktm@member.fsf.org>
Thu, 28 Dec 2017 08:25:25 +0000 (00:25 -0800)
committerLegoktm <legoktm@member.fsf.org>
Thu, 28 Dec 2017 08:53:04 +0000 (08:53 +0000)
commit99d73dc9033603b03198f84854e9a5078bde89b8
treede872bfba69bd9aacd45be834dedd8a10147e23b
parenta166e509431ab2f002e3ae68ac3b01a4261a9b16
Remove useless StatusTest::testCanConstruct()

Neither Status, nor StatusValue have constructors, so there's not much
point testing whether the object can be constructed.

Change-Id: I170940889b5da5198ef4576d04786f84c293dd01
tests/phpunit/includes/StatusTest.php