Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit fe2c1cb

Browse files
committed
remove engine inline (used only for debug) (#15)
* remove engine inline (used only for debug) * remove harcode value in basic template
1 parent b6e960a commit fe2c1cb

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

src/Generator/Pdf/Html2Pdf/templates/basic.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<div class="t860-2 txt">Contact: &nbsp;&nbsp;&nbsp;<span><?php print($this->response->T860) ?></span></div>
5353
<div class="t1230 txt">Phone: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span><?php print($this->response->T1230) ?></span></div>
54-
<div class="t8908 txt">Extra ref: &nbsp;<span>XD5F8</span></div>
54+
<div class="t8908 txt">Extra ref: &nbsp;<span><?php print($this->response->T8908) ?></span></div>
5555

5656
<!-- EXPEDITEUR -->
5757

tests/units/Gls/Parameter/Parameter.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ public function testisParameterExists(string $key, bool $result)
8585
->isIdenticalTo($result)
8686
;
8787
}
88-
89-
/**
90-
* @engine inline
91-
*/
88+
9289
public function testIsValid()
9390
{
9491
$this

0 commit comments

Comments
 (0)