‪TYPO3CMS  11.5
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\MatcherFactoryTest Class Reference
Inheritance diagram for TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\MatcherFactoryTest:

Public Member Functions

 createAllThrowWithMissingClass ()
 
 createAllThrowsWithMissingConfiguration ()
 
 createAllThrowsWithBothConfigurationFileAndConfigurationArray ()
 
 createAllThrowsIfConfigurationFileDoesNotExist ()
 
 createAllThrowsIfConfigurationFileDoesNotReturnArray ()
 
 createAllThrowsIfConfigurationArrayIsNotAnArray ()
 
 createAllThrowIfMatcherDoesNotImplementCodeScannerInterface ()
 

Detailed Description

Test case

Definition at line 26 of file MatcherFactoryTest.php.

Member Function Documentation

◆ createAllThrowIfMatcherDoesNotImplementCodeScannerInterface()

TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\MatcherFactoryTest::createAllThrowIfMatcherDoesNotImplementCodeScannerInterface ( )
Test:

Definition at line 132 of file MatcherFactoryTest.php.

◆ createAllThrowsIfConfigurationArrayIsNotAnArray()

TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\MatcherFactoryTest::createAllThrowsIfConfigurationArrayIsNotAnArray ( )
Test:

Definition at line 115 of file MatcherFactoryTest.php.

◆ createAllThrowsIfConfigurationFileDoesNotExist()

TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\MatcherFactoryTest::createAllThrowsIfConfigurationFileDoesNotExist ( )
Test:

Definition at line 81 of file MatcherFactoryTest.php.

◆ createAllThrowsIfConfigurationFileDoesNotReturnArray()

TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\MatcherFactoryTest::createAllThrowsIfConfigurationFileDoesNotReturnArray ( )
Test:

Definition at line 98 of file MatcherFactoryTest.php.

◆ createAllThrowsWithBothConfigurationFileAndConfigurationArray()

TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\MatcherFactoryTest::createAllThrowsWithBothConfigurationFileAndConfigurationArray ( )
Test:

Definition at line 63 of file MatcherFactoryTest.php.

◆ createAllThrowsWithMissingConfiguration()

TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\MatcherFactoryTest::createAllThrowsWithMissingConfiguration ( )
Test:

Definition at line 47 of file MatcherFactoryTest.php.

◆ createAllThrowWithMissingClass()

TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\MatcherFactoryTest::createAllThrowWithMissingClass ( )
Test:

Definition at line 31 of file MatcherFactoryTest.php.