Skip to content

Commit

Permalink
Push some temp debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer committed Feb 17, 2023
1 parent b3e5ba9 commit aab804e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/php/Forms/FormFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,9 @@ public function testValidationExtensionHooksAreCalledOnFormFieldSubclasses()
$args = ['Test', 'Test label'];
}

echo $formFieldClass . "\n";
ob_flush();

$mock = $this->getMockBuilder($formFieldClass)
->setConstructorArgs($args)
->setMethods(['extendValidationResult'])
Expand Down

0 comments on commit aab804e

Please sign in to comment.