Exemplo n.º 1
0
 function Test_eXistHasStructure()
 {
     global $dCTL;
     $tChk = $dCTL->__get('db_publish_path');
     $t = UnitTestCase::assertPattern('/\\/db\\/.+/', $tChk);
     echo '<h3 class="' . ($t ? 'ok' : 'error') . '">[exist] ' . $tChk . '</h3><div class="syntaxhighlighter" />';
 }