‪TYPO3CMS  9.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 ()
 
 createAllThrowsWithMissingConfiration ()
 
 createAllThrowsWithBothConfigurationFileAndConfigurationArray ()
 
 createAllThrowsIfConfigurationFileDoesNotExist ()
 
 createAllThrowsIfConfigurationFileDoesNotReturnArray ()
 
 createAllThrowsIfConfigurationArrayIsNotAnArray ()
 
 createAllThrowIfMatcherDoesNotImplementCodeScannerInterface ()
 

Detailed Description

Test case

Definition at line 24 of file MatcherFactoryTest.php.

Member Function Documentation

◆ createAllThrowIfMatcherDoesNotImplementCodeScannerInterface()

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

Definition at line 130 of file MatcherFactoryTest.php.

◆ createAllThrowsIfConfigurationArrayIsNotAnArray()

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

Definition at line 113 of file MatcherFactoryTest.php.

◆ createAllThrowsIfConfigurationFileDoesNotExist()

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

Definition at line 79 of file MatcherFactoryTest.php.

◆ createAllThrowsIfConfigurationFileDoesNotReturnArray()

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

Definition at line 96 of file MatcherFactoryTest.php.

◆ createAllThrowsWithBothConfigurationFileAndConfigurationArray()

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

Definition at line 61 of file MatcherFactoryTest.php.

◆ createAllThrowsWithMissingConfiration()

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

Definition at line 45 of file MatcherFactoryTest.php.

◆ createAllThrowWithMissingClass()

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

Definition at line 29 of file MatcherFactoryTest.php.