Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 15, 2024
1 parent 35fc2a5 commit 511838f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ReflectionParameterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ public function testGeneralInfoGetters($fileName)
}
$expectedValue = $originalRefParameter->$getterName();
$actualValue = $refParameter->$getterName();

if ($parameterName === 'arrayParamWithDefault' && $expectedValue === false && $actualValue === true) {
dump($isDefaultValueAvailable);
}

$this->assertSame(
$expectedValue,
$actualValue,
Expand Down

0 comments on commit 511838f

Please sign in to comment.