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
18
18
*
19
19
* @return void
20
20
*/
21
- public function testEncode ()
21
+ public function testEncode (): void
22
22
{
23
23
$ encoder = new JsonEncoder ();
24
24
$ actual = $ encoder ->encode (['key ' => 'value ' ]);
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class ErrorDetailsTransformerTest extends TestCase
18
18
*
19
19
* @return void
20
20
*/
21
- public function testTransform ()
21
+ public function testTransform (): void
22
22
{
23
23
$ transformer = new ErrorDetailsResultTransformer ();
24
24
@@ -44,12 +44,4 @@ public function testTransform()
44
44
45
45
static ::assertSame ($ exptected , $ actual );
46
46
}
47
-
48
- /**
49
- * Test.
50
- */
51
- public function testInvalidEncoding (): void
52
- {
53
- $ this ->assertTrue (true );
54
- }
55
47
}
You can’t perform that action at this time.
0 commit comments