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 3960c35 commit 7ff7b0bCopy full SHA for 7ff7b0b
webapp/tests/Unit/Controller/Jury/ProblemControllerTest.php
@@ -13,7 +13,7 @@
13
class ProblemControllerTest extends JuryControllerTestCase
14
{
15
protected static string $baseUrl = '/jury/problems';
16
- protected static array $exampleEntries = ['Hello World', 'default', 5, 3, 2, 1];
+ protected static array $exampleEntries = ['Hello World', 'default', 5, 'boolfind', 'fltcmp', 'hello'];
17
protected static string $shortTag = 'problem';
18
protected static array $deleteEntities = ['Hello World','Float special compare test'];
19
protected static string $deleteEntityIdentifier = 'name';
0 commit comments