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