Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. IncompleteDsnTestTrait.php

function IncompleteDsnTestTrait::testIncompleteDsnException

@dataProvider incompleteDsnProvider

File

vendor/symfony/mailer/Test/IncompleteDsnTestTrait.php, line 28

Class

IncompleteDsnTestTrait

Namespace

Symfony\Component\Mailer\Test

Code

public function testIncompleteDsnException(Dsn $dsn) {
    $factory = $this->getFactory();
    $this->expectException(IncompleteDsnException::class);
    $factory->create($dsn);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal