Results

27.07.2020
auto_entitylabel 8.x-3.x-dev :: tests/src/Functional/PreserveTitlesOptionTest.php
 * @group auto_entitylabel
 *
 * @requires module token
 */
class PreserveTitlesOptionTest extends BrowserTestBase {

  /**
   * Node type.
   *
27.07.2020
auto_entitylabel 8.x-3.x-dev :: tests/src/Functional/PrefilledOptionTest.php
 * @group auto_entitylabel
 *
 * @requires module token
 */
class PrefilledOptionTest extends BrowserTestBase {
  /**
   * Node type.
   *
   * @var \Drupal\node\Entity\NodeType
27.07.2020
auto_entitylabel 8.x-3.x-dev :: tests/src/Kernel/AutoEntityLabelManagerTest.php
 * @group auto_entitylabel
 *
 * @requires module token
 */
class AutoEntityLabelManagerTest extends EntityKernelTestBase {

  use ContentTypeCreationTrait;
  use NodeCreationTrait;
27.07.2020
auto_entitylabel 8.x-3.x-dev :: tests/src/Kernel/AutoEntityLabelTest.php
 * @group auto_entitylabel
 *
 * @requires module token
 */
class AutoEntityLabelTest extends EntityKernelTestBase {

  use ContentTypeCreationTrait;
  use NodeCreationTrait;
27.07.2020
auto_entitylabel 8.x-3.x-dev :: tests/src/Kernel/AutoEntityLabelFormTest.php
 * @group auto_entitylabel
 *
 * @requires module token
 */
class AutoEntityLabelFormTest extends EntityKernelTestBase {

  use ContentTypeCreationTrait;

  /**
27.07.2020
auto_entitylabel 8.x-3.x-dev :: tests/src/FunctionalJavascript/AutoEntityLabelBatchTest.php
 * @group auto_entitylabel
 *
 * @requires module token
 */
class AutoEntityLabelBatchTest extends WebDriverTestBase {

  /**
   * Node type.
   *
30.06.2020
blazy 8.x-2.x-dev :: tests/src/Kernel/BlazyEntityTest.php
 *
 * @coversDefaultClass \Drupal\blazy\BlazyEntity
 * @requires module media
 *
 * @group blazy
 */
class BlazyEntityTest extends BlazyKernelTestBase {

  /**
30.06.2020
blazy 8.x-2.x-dev :: tests/src/Kernel/BlazyManagerTest.php
 *
 * @coversDefaultClass \Drupal\blazy\BlazyManager
 * @requires module media
 *
 * @group blazy
 */
class BlazyManagerTest extends BlazyKernelTestBase {

  /**
22.06.2021
charts_highcharts_drilldown 1.0.0-alpha1 :: tests/src/Unit/Plugin/DrilldownPluginTest.php
   * Test the colorIndexUnderTen() method.
   *
   * @requires module charts
   */
  public function testColorIndexUnderTen() {
    $this->assertEquals(1, ChartsDrilldownPluginStyleChart::getColorIndex(1));
    $this->assertEquals(8, ChartsDrilldownPluginStyleChart::getColorIndex(8));
  }
   * Test the colorIndexUpTen() method.
   *
   * @requires module charts
   */
  public function testColorIndexUpTen() {
    $this->assertEquals(1, ChartsDrilldownPluginStyleChart::getColorIndex(10));
    $this->assertEquals(6, ChartsDrilldownPluginStyleChart::getColorIndex(15));
    $this->assertEquals(5, ChartsDrilldownPluginStyleChart::getColorIndex(59));
  }
   * Test the fieldDisabled() method.
   *
   * @requires module charts
   */
  public function testFieldDisabled() {
    $input = [
      "enabled" => FALSE,
      "color" => "#000000",
      "weight" => 121,
   * Test the fieldEnabled() method.
   *
   * @requires module charts
   */
  public function testFieldEnabled() {
    $input = [
      "enabled" => TRUE,
      "color" => "#000000",
      "weight" => 121,
   * Test the fieldMissignEnabled() method.
   *
   * @requires module charts
   */
  public function testFieldMissingEnabled() {
    $input = [
      "color" => "#000000",
      "weight" => 121,
    ];
   * Test the fieldEnabledNoArray() method.
   *
   * @requires module charts
   */
  public function testFieldEnabledNoArray() {
    $this->assertEquals(FALSE, ChartsDrilldownPluginStyleChart::checkFieldEnabled(NULL));
    $this->assertEquals(FALSE, ChartsDrilldownPluginStyleChart::checkFieldEnabled('STRING'));
  }
28.08.2020
civicrm_entity 8.x-3.0-beta1 :: tests/src/FunctionalJavascript/Views/ActivityFullcalendarViewTest.php
 * Test of Full Calendar Activity Views.
 *
 * @requires module fullcalendar_view
 */
final class ActivityFullcalendarViewTest extends CivicrmEntityTestBase {

  /**
   * {@inheritdoc}
   *
06.04.2020
ckeditor_accordion 8.x-1.3 :: tests/src/Kernel/CKEditor4To5Upgrade/UpgradePathTest.php
 * @group ckeditor_accordion
 * @group ckeditor5
 * @requires module ckeditor5
 * @internal
 */
class UpgradePathTest extends SmartDefaultSettingsTest {

  /**
   * {@inheritdoc}
20.06.2020
ckeditor_bidi 3.1.0 :: tests/src/UpgradePathCompletenessTest.php
 * @group ckeditor5
 * @internal
 * @requires module ckeditor5
 */
class UpgradePathCompletenessTest extends CKEditor4to5UpgradeCompletenessTest {

  /**
   * {@inheritdoc}
   */
20.06.2020
ckeditor_bidi 3.1.0 :: tests/src/UpgradePathTest.php
 * @group ckeditor_bidi
 * @group ckeditor5
 * @requires module ckeditor5
 * @internal
 */
class UpgradePathTest extends SmartDefaultSettingsTest {

  /**
   * {@inheritdoc}
11.08.2020
ckeditor_font 8.x-1.x-dev :: tests/src/Kernel/UpgradePathCompletenessTest.php
 * @group ckeditor5
 * @internal
 * @requires module ckeditor5
 */
class UpgradePathCompletenessTest extends CKEditor4to5UpgradeCompletenessTest {

  /**
   * {@inheritdoc}
   */
11.08.2020
ckeditor_font 8.x-1.x-dev :: tests/src/Kernel/UpgradePathTest.php
 * @group ckeditor_font
 * @group ckeditor5
 * @requires module ckeditor5
 * @internal
 */
class UpgradePathTest extends SmartDefaultSettingsTest {

  /**
   * {@inheritdoc}
05.10.2020
commerce_api 8.x-1.x-dev :: tests/src/Functional/Wishlist/WishlistAddResourceTest.php
 * @group commerce_api
 *
 * @requires module commerce_wishlist
 */
final class WishlistAddResourceTest extends WishlistResourceTestBase {

  /**
   * Test add to wishlist.
   */
05.10.2020
commerce_api 8.x-1.x-dev :: tests/src/Functional/Checkout/CheckoutResourceTest.php
 *
 * @group commerce_api
 * @requires module jsonapi_schema
 */
final class CheckoutResourceTest extends CheckoutApiResourceTestBase {

  /**
   * {@inheritdoc}
   */
05.10.2020
commerce_api 8.x-1.x-dev :: tests/src/Kernel/Resource/Checkout/CheckoutResourceTest.php
 * @group commerce_api
 *
 * @requires module commerce_shipping
 */
final class CheckoutResourceTest extends CheckoutResourceTestBase {

  /**
   * Tests checkout PATCH requests.
   *
05.10.2020
commerce_api 8.x-1.x-dev :: tests/src/Kernel/Resource/Checkout/CheckoutResourceWithShippingTest.php
 * @group commerce_api
 *
 * @requires module commerce_shipping
 */
final class CheckoutResourceWithShippingTest extends CheckoutResourceTestBase {

  /**
   * Tests using checkout with shipping options.
   *
11.06.2021
commerce_conditions_plus 1.0.x-dev :: tests/src/Kernel/ConditionsEvaluatorTest.php
 *
 * @group commerce_conditions_plus
 * @requires module commerce_shipping
 */
final class ConditionsEvaluatorTest extends OrderKernelTestBase {

  /**
   * Modules to enable.
   *

Pages

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

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