public function testDeprectatedInit() { $this->assertException("/Deprecated/", function () { MockInitMethod::li3(); }); }
public function testDeprectatedInit() { $this->assertException("/has been removed/i", function () { MockInitMethod::li3(); }); }
public function testDeprectatedInit() { $this->expectException("/Deprecated/"); MockInitMethod::li3(); }