예제 #1
0
파일: tester.php 프로젝트: noveopiu/dCTL
 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" />';
 }