| LOW | tests/ToolInfoTest.php | 43 | public function testIsInstalledByComposer(): void |
| LOW | tests/ToolInfoTest.php | 49 | public function testGetComposerVersionThrowsExceptionIfOutsideComposerScope(): void |
| LOW | tests/FixerFactoryTest.php | 100 | public function testRegisterBuiltInFixers(): void |
| LOW | tests/FixerFactoryTest.php | 156 | public function testThatCanRegisterAndGetFixers(): void |
| LOW | tests/FixerFactoryTest.php | 175 | public function testRegisterFixerWithOccupiedName(): void |
| LOW | tests/FixerFactoryTest.php | 213 | public function testUseRuleSetWithNonExistingRule(): void |
| LOW | tests/FixerFactoryTest.php | 229 | public function testUseRuleSetWithInvalidConfigForRule(): void |
| LOW | tests/FixerFactoryTest.php | 294 | public function testHasRuleWithChangedRuleSet(): void |
| LOW | tests/FixerFactoryTest.php | 328 | public static function provideConflictingFixersCases(): iterable |
| LOW | tests/FixerFactoryTest.php | 335 | public function testNoDoubleConflictReporting(): void |
| LOW | tests/FixerFactoryTest.php | 412 | public function testRegisterFixerInvalidName(): void |
| LOW | tests/FixerFactoryTest.php | 424 | public function testConfigureNonConfigurableFixer(): void |
| LOW | tests/FixerFactoryTest.php | 446 | public function testConfigureFixerWithNonArray($value): void |
| LOW | tests/FixerFactoryTest.php | 456 | public function getConfigurationDefinition(): FixerConfigurationResolverInterface |
| LOW | tests/FixerFactoryTest.php | 513 | public static function provideConfigureFixerWithNonArrayCases(): iterable |
| LOW | tests/FixerFactoryTest.php | 524 | public function testConfigurableFixerIsConfigured(): void |
| LOW | tests/FixerFactoryTest.php | 532 | public function getConfigurationDefinition(): FixerConfigurationResolverInterface |
| LOW | tests/FileRemovalTest.php | 57 | public function testCleanRemovesObservedFiles(): void |
| LOW | tests/FileRemovalTest.php | 73 | public function testDestructRemovesObservedFiles(): void |
| LOW | tests/FileRemovalTest.php | 104 | public function testDeleteNonObservedFile(): void |
| LOW | tests/FileRemovalTest.php | 145 | public function testShutdownRemovesObservedFilesSetup(): void |
| LOW | tests/FileRemovalTest.php | 164 | public function testShutdownRemovesObservedFiles(): void |
| LOW | tests/FutureTest.php | 56 | public function testTriggerDeprecationWhenFutureModeIsOff(): void |
| LOW | tests/FutureTest.php | 69 | public function testTriggerDeprecationWhenFutureModeIsOn(): void |
| LOW | tests/AbstractDoctrineAnnotationFixerTestCase.php | 40 | public function testConfigureWithInvalidConfiguration(array $configuration): void |
| LOW | tests/AbstractDoctrineAnnotationFixerTestCase.php | 50 | public static function provideConfigureWithInvalidConfigurationCases(): iterable |
| LOW | tests/UtilsTest.php | 48 | public function testCamelCaseToUnderscore(string $expected, ?string $input = null): void |
| LOW | tests/UtilsTest.php | 60 | public static function provideCamelCaseToUnderscoreCases(): iterable |
| LOW | tests/UtilsTest.php | 133 | public function testCalculateTrailingWhitespaceIndent(string $spaces, $input): void |
| LOW | tests/UtilsTest.php | 143 | public static function provideCalculateTrailingWhitespaceIndentCases(): iterable |
| LOW | tests/UtilsTest.php | 158 | public function testCalculateTrailingWhitespaceIndentFail(): void |
| LOW | tests/UtilsTest.php | 241 | public function testNaturalLanguageJoinThrowsInvalidArgumentExceptionForEmptyArray(): void |
| LOW | tests/UtilsTest.php | 249 | public function testNaturalLanguageJoinThrowsInvalidArgumentExceptionForMoreThanOneCharWrapper(): void |
| LOW | tests/UtilsTest.php | 271 | public static function provideNaturalLanguageJoinCases(): iterable |
| LOW | tests/UtilsTest.php | 364 | public function testNaturalLanguageJoinWithBackticksThrowsInvalidArgumentExceptionForEmptyArray(): void |
| LOW | tests/UtilsTest.php | 377 | public function testNaturalLanguageJoinWithBackticks(string $joined, array $names, ?string $lastJoin = null): void |
| LOW | tests/UtilsTest.php | 385 | public static function provideNaturalLanguageJoinWithBackticksCases(): iterable |
| LOW | tests/AbstractFunctionReferenceFixerTest.php | 39 | public function testAbstractFunctionReferenceFixer( |
| LOW | tests/AbstractFunctionReferenceFixerTest.php | 68 | public static function provideAbstractFunctionReferenceFixerCases(): iterable |
| LOW | tests/AbstractFunctionReferenceFixerTest.php | 135 | private function createAbstractFunctionReferenceFixerDouble(): AbstractFunctionReferenceFixer |
| LOW | tests/TextDiffTest.php | 44 | public function testDiffReportingDecorated(string $expected, string $format, bool $isDecorated): void |
| LOW | tests/TextDiffTest.php | 79 | public static function provideDiffReportingDecoratedCases(): iterable |
| LOW | tests/PregTest.php | 145 | public static function providePatternValidationCases(): iterable |
| LOW | tests/PregTest.php | 209 | public function testReplaceCallbackFailing(): void |
| LOW | tests/FileReaderTest.php | 74 | public function testThrowsExceptionOnFail(): void |
| LOW | tests/AbstractFixerTest.php | 42 | public function testSetWhitespacesConfigUnconfigurable(): void |
| LOW | tests/AbstractFixerTest.php | 52 | public function testGetWhitespacesFixerConfig(): void |
| LOW | tests/AbstractFixerTest.php | 71 | private function createWhitespacesAwareFixerDouble(): WhitespacesAwareFixerInterface |
| LOW | tests/AbstractFixerTest.php | 91 | private function createUnconfigurableFixerDouble(): AbstractFixer |
| LOW | tests/FinderTest.php | 31 | public function testThatDefaultFinderDoesNotSpecifyAnyDirectory(): void |
| LOW | tests/FinderTest.php | 40 | public function testThatFinderFindsDotFilesWhenConfigured(): void |
| LOW | tests/AbstractProxyFixerTest.php | 95 | public function testPriorityMultipleFixersNotSet(): void |
| LOW | tests/AbstractProxyFixerTest.php | 128 | public function testApplyFixInPriorityOrder(): void |
| LOW | tests/AbstractProxyFixerTest.php | 204 | private function createWhitespacesAwareFixerDouble(): WhitespacesAwareFixerInterface |
| LOW | tests/PharCheckerTest.php | 36 | public function testPharCheckerInvalidFile(): void |
| LOW | tests/TestCase.php | 60 | final public function testNotDefiningConstructor(): void |
| LOW | tests/TestCase.php | 96 | final protected static function createSerializedStringOfClassName(string $className): string |
| LOW | tests/IntegrationTest.php | 49 | protected static function createIntegrationCaseFactory(): IntegrationCaseFactoryInterface |
| LOW | tests/IntegrationTest.php | 54 | protected static function assertRevertedOrderFixing(IntegrationCase $case, string $fixedInputCode, string $fixedInpu |
| LOW | tests/ConfigTest.php | 59 | public function testConfigRulesUsingSeparateMethod(): void |
| 1246 more matches not shown… |