mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Phpunit things
This commit is contained in:
parent
abf3bd5414
commit
66d9201a61
@ -1,6 +1,8 @@
|
||||
Модификатор in
|
||||
===========
|
||||
|
||||
|
||||
|
||||
Модификатор является реализацией оператора содержания [in](../operators.md#Оператор-содержания).
|
||||
|
||||
```smarty
|
||||
|
@ -3,7 +3,7 @@ namespace Fenom;
|
||||
|
||||
use Fenom, Fenom\Provider as FS;
|
||||
|
||||
class TestCase extends \PHPUnit\Framework\TestCase
|
||||
class TestCase extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public $template_path = 'template';
|
||||
/**
|
||||
|
@ -132,7 +132,7 @@ class AccessorTest extends TestCase
|
||||
* @group issue260
|
||||
*/
|
||||
public function testBug260() {
|
||||
$this->fenom->compileCode('{$.php.Fenom::factory()->addDay()}');
|
||||
$this->fenom->compileCode('{$.php.Fenom::factory()->addModifier("intval", "intval")}');
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user