eventbrite_one_way_sync-1.0.0/phpunit-bootstrap.php
phpunit-bootstrap.php
<?php
/**
* See https://blog.dcycle.com/unit.
*/
// @codingStandardsIgnoreStart
namespace Drupal\Component\Annotation {
class Plugin {}
}
namespace Drupal\Component\Plugin {
class PluginBase {}
}
namespace Drupal\Core\Cache {
class CacheableJsonResponse {}
class CacheableMetadata {}
}
namespace Drupal\Core\Controller {
class ControllerBase {}
}
namespace Drupal\Core\Messenger {
trait MessengerTrait {}
}
namespace Drupal\Core\Plugin {
interface ContainerFactoryPluginInterface {}
class DefaultPluginManager {}
}
namespace Drupal\Core\StringTranslation {
trait StringTranslationTrait {}
}
namespace Symfony\Component\HttpFoundation {
class Request {}
}
// @codingStandardsIgnoreEnd
