Phpunit things

This commit is contained in:
bzick 2017-04-22 16:20:55 +03:00
parent abf3bd5414
commit 66d9201a61
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
Модификатор in
===========
Модификатор является реализацией оператора содержания [in](../operators.md#Оператор-содержания).
```smarty

View File

@ -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';
/**

View File

@ -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")}');
}