mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
Restore tests
This commit is contained in:
parent
cfa32d56e6
commit
45be91282c
@ -399,8 +399,8 @@ html {
|
||||
}
|
||||
|
||||
.info {
|
||||
border-color: #6baad8;
|
||||
background: #f7fcff url(../../docsviewer/images/info_button.png) no-repeat 18px 11px;
|
||||
border-color: #BDDEF6;
|
||||
background: #f7fcff url(../../docsviewer/images/info_button.png) no-repeat 18px 17px;
|
||||
}
|
||||
|
||||
.warning p {
|
||||
|
@ -317,11 +317,11 @@ HTML;
|
||||
);
|
||||
|
||||
$this->assertContains(
|
||||
'[link: api](http://api.silverstripe.org/search/lookup/?q=DataObject&version=2.4&module=documentationparsertest)',
|
||||
'[link: api](http://api.silverstripe.org/search/lookup/?q=DataObject&version=2.4&module=documentationparsertest)',
|
||||
$result
|
||||
);
|
||||
$this->assertContains(
|
||||
'[DataObject::$has_one](http://api.silverstripe.org/search/lookup/?q=DataObject%3A%3A%24has_one&version=2.4&module=documentationparsertest)',
|
||||
'[DataObject::$has_one](http://api.silverstripe.org/search/lookup/?q=DataObject::$has_one&version=2.4&module=documentationparsertest)',
|
||||
$result
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user