PageRenderTime 26ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/test-suite/php/valuewrapper_base_runme.php

#
PHP | 13 lines | 9 code | 4 blank | 0 comment | 0 complexity | 6ea5e005573c20f2b03ec38c00428814 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. <?php
  2. require "tests.php";
  3. require "valuewrapper_base.php";
  4. check::classes(array("valuewrapper_base","Base","Interface_BP"));
  5. check::functions("make_interface_bp");
  6. $ibp=valuewrapper_base::make_interface_bp();
  7. check::classname("interface_bp",$ibp);
  8. check::done();
  9. ?>