示例#1
0
 public function testDeprectatedInit()
 {
     $this->assertException("/Deprecated/", function () {
         MockInitMethod::li3();
     });
 }
示例#2
0
 public function testDeprectatedInit()
 {
     $this->assertException("/has been removed/i", function () {
         MockInitMethod::li3();
     });
 }
示例#3
0
 public function testDeprectatedInit()
 {
     $this->expectException("/Deprecated/");
     MockInitMethod::li3();
 }