We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e3a62 commit ee860deCopy full SHA for ee860de
tests/JsonSchemaTestSuiteTest.php
@@ -17,12 +17,14 @@ class JsonSchemaTestSuiteTest extends TestCase
17
{
18
/**
19
* @dataProvider casesDataProvider
20
+ *
21
+ * @param mixed $data
22
*/
23
public function testTestCaseValidatesCorrectly(
24
string $testCaseDescription,
25
string $testDescription,
26
\stdClass $schema,
- mixed $data,
27
+ $data,
28
bool $expectedValidationResult,
29
bool $optional
30
): void
0 commit comments