@@ -31,19 +31,19 @@ public function testGenerateWithFakeData(): void
31
31
$ result = $ sheet ->generate ($ samples );
32
32
33
33
$ expected = <<<EOT
34
- " General:Pos" \t"General:Sample Name" \t"General:Repl. Of" \t"General:Filt. Comb." \t"Sample Preferences:Color" \t"Abs Quant:Sample Type" \t"Abs Quant:Concentration"
35
- A1 \t "Standard_1" \tA1 \t485-520 \t$00FF0000 \t "Standard" \t1.00E3
36
- B1 \t "Standard_1" \tA1 \t485-520 \t$00FF0001 \t "Standard" \t1.00E3
37
- C1 \t "Standard_2" \tC1 \t485-520 \t$0000FF00 \t "Standard" \t1.00E2
38
- D1 \t "Standard_2" \tC1 \t485-520 \t$0000FF01 \t "Standard" \t1.00E2
39
- E1 \t "Sample_001" \tE1 \t485-520 \t$000000FF \t "Unknown" \t
40
- F1 \t "Sample_001" \tE1 \t485-520 \t$000000FE \t "Unknown" \t
41
- G1 \t "Sample_002" \tG1 \t485-520 \t$00FFFF00 \t "Unknown" \t
42
- H1 \t "Sample_002" \tG1 \t485-520 \t$00FFFF01 \t "Unknown" \t
43
- A2 \t "NTC" \tA2 \t485-520 \t$00000000 \t"Negative Control" \t
44
- B2 \t "NTC" \tA2 \t485-520 \t$00000001 \t"Negative Control" \t
45
- C2 \t "Standard_1" \tC2 \t485-520 \t$00FF0000 \t "Standard" \t1.00E3
46
- D2 \t "Standard_1" \tC2 \t485-520 \t$00FF0001 \t "Standard" \t1.00E3
34
+ General:Pos \t"General:Sample Name" \t"General:Repl. Of" \t"General:Filt. Comb." \t"Sample Preferences:Color" \t"Abs Quant:Sample Type" \t"Abs Quant:Concentration"
35
+ A1 \t Standard_1 \tA1 \t485-520 \t$00FF0000 \t Standard \t1.00E3
36
+ B1 \t Standard_1 \tA1 \t485-520 \t$00FF0001 \t Standard \t1.00E3
37
+ C1 \t Standard_2 \tC1 \t485-520 \t$0000FF00 \t Standard \t1.00E2
38
+ D1 \t Standard_2 \tC1 \t485-520 \t$0000FF01 \t Standard \t1.00E2
39
+ E1 \t Sample_001 \tE1 \t485-520 \t$000000FF \t Unknown \t
40
+ F1 \t Sample_001 \tE1 \t485-520 \t$000000FE \t Unknown \t
41
+ G1 \t Sample_002 \tG1 \t485-520 \t$00FFFF00 \t Unknown \t
42
+ H1 \t Sample_002 \tG1 \t485-520 \t$00FFFF01 \t Unknown \t
43
+ A2 \t NTC \tA2 \t485-520 \t$00000000 \t"Negative Control" \t
44
+ B2 \t NTC \tA2 \t485-520 \t$00000001 \t"Negative Control" \t
45
+ C2 \t Standard_1 \tC2 \t485-520 \t$00FF0000 \t Standard \t1.00E3
46
+ D2 \t Standard_1 \tC2 \t485-520 \t$00FF0001 \t Standard \t1.00E3
47
47
48
48
EOT ;
49
49
0 commit comments