示例#1
0
 public function testConflictsWithAPI()
 {
     $this->assertInstanceOf('Codeception\\Lib\\Interfaces\\ConflictsWithModule', $this->module);
     $this->assertEquals('Codeception\\Lib\\Interfaces\\API', $this->module->_conflicts());
 }