fixed multilineIndent (#1669)
This commit is contained in:
@@ -85,5 +85,15 @@ class TextRendererTest extends KernelTestCase
|
||||
}
|
||||
}
|
||||
self::assertEquals(\count($model->getCalculator()->getEntries()), substr_count($content, PHP_EOL . '---' . PHP_EOL));
|
||||
$this->assertStringContainsString(
|
||||
'entry.description' . PHP_EOL .
|
||||
' foo' . PHP_EOL .
|
||||
' foo' . PHP_EOL .
|
||||
' foo' . PHP_EOL .
|
||||
' bar' . PHP_EOL .
|
||||
' bar' . PHP_EOL .
|
||||
' Hello',
|
||||
$content
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user