It's now only generated if something to put in it is specified via: %pragma(php) include=... or %pragma(php) code=...
8 lines
171 B
PHP
8 lines
171 B
PHP
<?php
|
|
|
|
require "tests.php";
|
|
|
|
check::classes(array("conversion_ns_template","Foo_One","Bar_One","Hi"));
|
|
// this is too hard, I'm not sure what to test for,
|
|
|
|
check::done();
|