drupal_yext-8.x-1.0/test/YextContent/NodeMigrateSourceInterfaceTest.php

test/YextContent/NodeMigrateSourceInterfaceTest.php
<?php

namespace Drupal\drupal_yext\Tests;

use Drupal\drupal_yext\YextContent\NodeMigrateSourceInterface;
use PHPUnit\Framework\TestCase;

/**
 * Test NodeMigrateSourceInterface.
 *
 * @group myproject
 */
class NodeMigrateSourceInterfaceTest extends TestCase {

  /**
   * Smoke test.
   */
  public function testSmoke() {
    $object = $this->getMockBuilder(NodeMigrateSourceInterface::class)
      // NULL = no methods are mocked; otherwise list the methods here.
      ->setMethods([])
      ->disableOriginalConstructor()
      ->getMockForAbstractClass();

    $this->assertTrue(is_object($object));
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc