You are here

public function CallbackValidatorTest::testNoConstructorArguments in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php, line 318

Class

CallbackValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function testNoConstructorArguments() {
  new Callback();
}