File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class JsonEncoderTest extends TestCase
1818 *
1919 * @return void
2020 */
21- public function testEncode ()
21+ public function testEncode (): void
2222 {
2323 $ encoder = new JsonEncoder ();
2424 $ actual = $ encoder ->encode (['key ' => 'value ' ]);
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class ErrorDetailsTransformerTest extends TestCase
1818 *
1919 * @return void
2020 */
21- public function testTransform ()
21+ public function testTransform (): void
2222 {
2323 $ transformer = new ErrorDetailsResultTransformer ();
2424
@@ -44,12 +44,4 @@ public function testTransform()
4444
4545 static ::assertSame ($ exptected , $ actual );
4646 }
47-
48- /**
49- * Test.
50- */
51- public function testInvalidEncoding (): void
52- {
53- $ this ->assertTrue (true );
54- }
5547}
You can’t perform that action at this time.
0 commit comments