mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Fixed broken test in TextTest
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@82036 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5ffd79cb79
commit
512311d295
@ -67,7 +67,7 @@ class TextTest extends SapphireTest {
|
||||
}
|
||||
|
||||
function testContextSummary() {
|
||||
$testString1 = '<p>This is "some text". It is a test</p>';
|
||||
$testString1 = '<p>This is some text. It is a test</p>';
|
||||
$testKeywords1 = 'test';
|
||||
$testString2 = '<p>This is some test text. Test test what if you have multiple keywords.</p>';
|
||||
$testKeywords2 = 'some test';
|
||||
|
Loading…
Reference in New Issue
Block a user