File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
lib/Tests/Fhp/Model/FlickerTan Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ class TanRequestChallengeFlickerTest extends TestCase
11
11
/**
12
12
* the startcodes with expected hex values
13
13
*/
14
- const SC_OLD_VERSION = '11 04 871 49552 05 123456789F 14 302C3031 07 ' ;
14
+ private const SC_OLD_VERSION = '11 04 871 49552 05 123456789F 14 302C3031 07 ' ;
15
15
16
- const SC_BESTAND_ABFRAGEN_IN1 = '038 8A 01 2392302069 22 DE12500105170648489890 ' ; // example iban
17
- const HEX_BESTAND_ABFRAGEN_OUT1 = '1f8501239230206956444531323530303130353137303634383438393839305e ' ;
16
+ private const SC_BESTAND_ABFRAGEN_IN1 = '038 8A 01 2392302069 22 DE12500105170648489890 ' ; // example iban
17
+ private const HEX_BESTAND_ABFRAGEN_OUT1 = '1f8501239230206956444531323530303130353137303634383438393839305e ' ;
18
18
19
- const SC_BESTAND_ABFRAGEN_IN2 = '038 8A 01 2392307899 22 DE12500105170648489890 ' ; // example iban
20
- const HEX_BESTAND_ABFRAGEN_OUT2 = '1f8501239230789956444531323530303130353137303634383438393839300c ' ;
19
+ private const SC_BESTAND_ABFRAGEN_IN2 = '038 8A 01 2392307899 22 DE12500105170648489890 ' ; // example iban
20
+ private const HEX_BESTAND_ABFRAGEN_OUT2 = '1f8501239230789956444531323530303130353137303634383438393839300c ' ;
21
21
22
22
public function testGetHexOldVersion (): void
23
23
{
You can’t perform that action at this time.
0 commit comments