File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
25
25
class BodyTest extends TestCase
26
26
{
27
- public const TOKEN_HASH = '670e06c2ca4d9c73629285eb2201c148c81d587877d1f5836a2f64f45d0f5556 ' ;
27
+ public const TOKEN_HASH = '714bee21f51693eb5effb1895560f2a50dac0e795d5859a06b94bbdbe26faa1d ' ;
28
28
29
29
public function testBasic ()
30
30
{
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ protected function sum(): float
45
45
return TestCase::SUM ;
46
46
}
47
47
48
- protected function currency (): int
48
+ protected function currency (): string
49
49
{
50
50
return TestCase::CURRENCY ;
51
51
}
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ abstract class TestCase extends BaseTestCase
40
40
41
41
public const SUM_RESULT = 12345 ;
42
42
43
- public const CURRENCY = 123 ;
43
+ public const CURRENCY = ' RUB ' ;
44
44
45
- public const CURRENCY_RESULT = '123 ' ;
45
+ public const CURRENCY_RESULT = '643 ' ;
46
46
47
47
public const CREATED_AT = '2021-07-29 18:51:03 ' ;
48
48
You can’t perform that action at this time.
0 commit comments