You are here

abstract protected function FileValidatorTest::getFile in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/Constraints/FileValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\FileValidatorTest::getFile()
4 calls to FileValidatorTest::getFile()
FileValidatorTest::testBinaryFormat in vendor/symfony/validator/Tests/Constraints/FileValidatorTest.php
@dataProvider provideBinaryFormatTests
FileValidatorTest::testDisallowEmpty in vendor/symfony/validator/Tests/Constraints/FileValidatorTest.php
FileValidatorTest::testMaxSizeExceeded in vendor/symfony/validator/Tests/Constraints/FileValidatorTest.php
@dataProvider provideMaxSizeExceededTests
FileValidatorTest::testMaxSizeNotExceeded in vendor/symfony/validator/Tests/Constraints/FileValidatorTest.php
@dataProvider provideMaxSizeNotExceededTests
2 methods override FileValidatorTest::getFile()
FileValidatorObjectTest::getFile in vendor/symfony/validator/Tests/Constraints/FileValidatorObjectTest.php
FileValidatorPathTest::getFile in vendor/symfony/validator/Tests/Constraints/FileValidatorPathTest.php

File

vendor/symfony/validator/Tests/Constraints/FileValidatorTest.php, line 476

Class

FileValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

protected abstract function getFile($filename);