marketo_ma-8.x-2.x-dev/modules/marketo_ma_user/tests/src/Functional/MarketoMaUserLeadDataControllerTest.php
modules/marketo_ma_user/tests/src/Functional/MarketoMaUserLeadDataControllerTest.php
<?php
namespace Drupal\Tests\marketo_ma_user\Functional;
/**
* Tests the marketo_ma_user controller.
*
* @group marketo_ma_user
*/
class MarketoMaUserLeadDataControllerTest extends MarketoMaUserTestBase {
/**
* Tests marketo_ma_user controller.
*/
public function testMarketoMaUserLeadDataController() {
$this->container->get('current_user');
$this->markTestIncomplete('Assert something...');
}
}
