code, 0, 1, 0 ); $end = new ezcTemplateCursor( $source->code, strlen( $source->code ), 1, strlen( $source->code ) ); $textElement = new ezcTemplateTextBlockTstNode( $source, $start, $end ); /*self::assertThat( $textElement, self::objectHasAttribute( "text" )->that( self::identicalTo( $text[1] ) ), "Stored text property does not matched expected value." );*/ self::assertThat( ezcTemplateTextBlockTstNode::stripText( $text[0] ), self::identicalTo( $text[1] ), "Stripped text does not matched expected value." ); } } } ?>