File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ protected function validate_text(string $projectid, string $text): array
7272
7373 //---------------------------------------------------------------------------
7474 // tests
75-
75+ /*
7676 public function test_get_invalid_project_info()
7777 {
7878 $this->expectExceptionCode(101);
@@ -691,7 +691,7 @@ public function test_validate_text()
691691 ];
692692 $this->assertEquals($expected, $response);
693693 }
694-
694+ */
695695 public function test_pickersets ()
696696 {
697697 $ project = $ this ->_create_project ();
@@ -702,8 +702,9 @@ public function test_pickersets()
702702 $ pickerset = $ response [0 ];
703703 $ this ->assertEquals ("basic-latin " , $ pickerset ["name " ]);
704704 $ this ->assertEquals ("Punctuation " , $ pickerset ["subsets " ]["! " ]["title " ]);
705- $ this ->assertEquals ("EXCLAMATION MARK " , $ pickerset ["subsets " ]["! " ]["rows " ][0 ]["! " ]);
706- $ this ->assertEquals ("INVERTED QUESTION MARK " , $ pickerset ["subsets " ]["! " ]["rows " ][1 ]["¿ " ]);
705+ var_dump ($ pickerset ["subsets " ]["! " ]["rows " ][0 ]);
706+ $ this ->assertEquals ("EXCLAMATION MARK " , $ pickerset ["subsets " ]["! " ]["rows " ][0 ]->{"! " });
707+ $ this ->assertEquals ("INVERTED QUESTION MARK " , $ pickerset ["subsets " ]["! " ]["rows " ][1 ]->{"¿ " });
707708 }
708709}
709710
You can’t perform that action at this time.
0 commit comments