Facility improve page_start

This commit is contained in:
Dany De Bontridder 2019-11-02 17:47:29 +01:00
parent 698b24e8af
commit 62ab35ef60
6 changed files with 22 additions and 23 deletions

View file

@ -74,7 +74,7 @@ class Acc_Ledger_History_FinancialTest extends TestCase
$name="acc_ledger_history_export_listing.html";
$this->object->set_m_mode("L");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();
@ -85,7 +85,7 @@ class Acc_Ledger_History_FinancialTest extends TestCase
$name="acc_ledger_history_export_accounting.html";
$this->object->set_m_mode("E");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();

View file

@ -73,7 +73,7 @@ class Acc_Ledger_History_GenericTest extends TestCase
$name="acc_ledger_history_Generic_export_listing.html";
$this->object->set_m_mode("L");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();
@ -84,7 +84,7 @@ class Acc_Ledger_History_GenericTest extends TestCase
$name="acc_ledger_history_Generic_export_extended.html";
$this->object->set_m_mode("E");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();
@ -95,7 +95,7 @@ class Acc_Ledger_History_GenericTest extends TestCase
$name="acc_ledger_history_Generic_export_detail.html";
$this->object->set_m_mode("D");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();
@ -106,7 +106,7 @@ class Acc_Ledger_History_GenericTest extends TestCase
$name="acc_ledger_history_Generic_export_accounting.html";
$this->object->set_m_mode("D");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();

View file

@ -72,7 +72,7 @@ class Acc_Ledger_History_PurchaseTest extends TestCase
$name="acc_ledger_history_purchase_export_listing.html";
$this->object->set_m_mode("L");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();
@ -83,7 +83,7 @@ class Acc_Ledger_History_PurchaseTest extends TestCase
$name="acc_ledger_history_purchase_export_extended.html";
$this->object->set_m_mode("E");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();
@ -94,7 +94,7 @@ class Acc_Ledger_History_PurchaseTest extends TestCase
$name="acc_ledger_history_purchase_export_detail.html";
$this->object->set_m_mode("D");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();
@ -105,7 +105,7 @@ class Acc_Ledger_History_PurchaseTest extends TestCase
$name="acc_ledger_history_purchase_export_accounting.html";
$this->object->set_m_mode("D");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();

View file

@ -70,7 +70,7 @@ class Acc_Ledger_History_SaleTest extends TestCase
$name="acc_ledger_history_sale_export_listing.html";
$this->object->set_m_mode("L");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();
@ -81,7 +81,7 @@ class Acc_Ledger_History_SaleTest extends TestCase
$name="acc_ledger_history_sale_export_extended.html";
$this->object->set_m_mode("E");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();
@ -92,7 +92,7 @@ class Acc_Ledger_History_SaleTest extends TestCase
$name="acc_ledger_history_sale_export_detail.html";
$this->object->set_m_mode("D");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();
@ -103,7 +103,7 @@ class Acc_Ledger_History_SaleTest extends TestCase
$name="acc_ledger_history_sale_export_accounting.html";
$this->object->set_m_mode("D");
ob_start();
\Noalyss\Facility::page_start();
echo \Noalyss\Facility::page_start();
$this->object->export_html();
$content=ob_get_contents();