CC-1695 Remove Campcaster Studio and make install easier
Moved Smarty
This commit is contained in:
parent
81d499060b
commit
acda23db88
102 changed files with 22 additions and 0 deletions
10
3rd_party/php/Smarty/unit_test/smarty_unit_test.php
vendored
Normal file
10
3rd_party/php/Smarty/unit_test/smarty_unit_test.php
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
require_once 'test_cases.php';
|
||||
require_once 'PHPUnit.php';
|
||||
|
||||
$suite = new PHPUnit_TestSuite("SmartyTest");
|
||||
$result = PHPUnit::run($suite);
|
||||
|
||||
echo $result -> toString();
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue