Test : Acc_Ledger_History_Financial
Test : Acc_Ledger_History_Purchase Add function phpunit_page_start
This commit is contained in:
parent
5847c5a63c
commit
e9931f80af
3 changed files with 138 additions and 0 deletions
|
|
@ -33,3 +33,27 @@ $_SESSION['g_user']='admin';
|
|||
$_SESSION['g_pass']='phpcompta';
|
||||
$_SESSION['g_pagesize']='50';
|
||||
$g_user=new User($g_connection);
|
||||
|
||||
if ( !function_exists("phpunit_page_start"))
|
||||
{
|
||||
function phpunit_page_start()
|
||||
{
|
||||
$noalyss_home=NOALYSS_HOME;
|
||||
echo <<<EOF
|
||||
<!doctype html>
|
||||
<HTML><HEAD><meta charset="utf-8"><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<TITLE>PRINTJRN NOALYSS</TITLE>
|
||||
<link rel="icon" type="image/ico" href="favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<LINK id="pagestyle" REL="stylesheet" type="text/css" href="{$noalyss_home}/style-classic7.css?version=7105" media="screen"/>
|
||||
<link rel="stylesheet" type="text/css" href="./style-print.css?version=7105" media="print"/>
|
||||
<script language="javascript" src="js/calendar.js"></script>
|
||||
<script type="text/javascript" src="js/lang/calendar-en.js"></script>
|
||||
<script language="javascript" src="js/calendar-setup.js"></script>
|
||||
<LINK REL="stylesheet" type="text/css" href="calendar-blue.css" media="screen">
|
||||
</HEAD>
|
||||
<body>
|
||||
<div class="content">
|
||||
EOF;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue