You are here

class ArgumentsAllNull in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsAllNull

A stub class used by testGetInstanceArguments().

Hierarchy

Expanded class hierarchy of ArgumentsAllNull

See also

providerGetInstanceArguments()

File

core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php, line 200
Contains \Drupal\Tests\Component\Plugin\Factory\ReflectionFactoryTest.

Namespace

Drupal\Tests\Component\Plugin\Factory
View source
class ArgumentsAllNull {
  public function __construct($charismatic, $demure, $delightful, $electrostatic) {

    // No-op.
  }

}

Members