Skip to content

Commit 19e5f21

Browse files
committed
Fix integration tests
1 parent 5a7337e commit 19e5f21

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

tests/Integration/tests/toctree-level-2/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Document Title</h1>
1010

1111
<p>Lorem Ipsum Dolor.</p>
1212
<div class="toc">
13-
<ul class="phpdocumentor-list">
13+
<ul class="menu-level">
1414
<li class="toc-item"><a href="/page1.html#page-1">Page 1</a></li>
1515

1616
<li class="toc-item"><a href="/page2.html#page-2">Page 2</a></li>

tests/Integration/tests/toctree-level-2/expected/subfolder/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ <h1>Subfolder Index</h1>
1111
<p>Lorem Ipsum Dolor.</p>
1212
<dl>
1313
<dt>A Definition List</dt>
14-
14+
1515
<dd>Some definition.</dd> </dl>
1616

1717
<div class="toc">
18-
<ul class="phpdocumentor-list">
18+
<ul class="menu-level">
1919
<li class="toc-item"><a href="/subfolder/subpage1.html#subpage-1">Subpage 1</a></li>
2020

2121
<li class="toc-item"><a href="/subfolder/subpage2.html#subpage-2">Subpage 2</a></li>

tests/Integration/tests/toctree-level-3-maxdepth-1/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Document Title</h1>
1010

1111
<p>Lorem Ipsum Dolor.</p>
1212
<div class="toc">
13-
<ul class="phpdocumentor-list">
13+
<ul class="menu-level">
1414
<li class="toc-item"><a href="/page1.html#page-1">Page 1</a></li>
1515

1616
<li class="toc-item"><a href="/page2.html#page-2">Page 2</a></li>

tests/Integration/tests/toctree-level-3-maxdepth-2/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Document Title</h1>
1010

1111
<p>Lorem Ipsum Dolor.</p>
1212
<div class="toc">
13-
<ul class="phpdocumentor-list">
13+
<ul class="menu-level">
1414
<li class="toc-item"><a href="/page1.html#page-1">Page 1</a></li>
1515

1616
<li class="toc-item"><a href="/page2.html#page-2">Page 2</a></li>

tests/Integration/tests/toctree-level-3/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Document Title</h1>
1010

1111
<p>Lorem Ipsum Dolor.</p>
1212
<div class="toc">
13-
<ul class="phpdocumentor-list">
13+
<ul class="menu-level">
1414
<li class="toc-item"><a href="/page1.html#page-1">Page 1</a></li>
1515

1616
<li class="toc-item"><a href="/page2.html#page-2">Page 2</a></li>

tests/Integration/tests/toctree-no-duplicates/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>index</h1>
1010

1111
<div class="toc">
12-
<ul class="phpdocumentor-list">
12+
<ul class="menu-level">
1313
<li class="toc-item"><a href="/overview.html#overview">Overview</a></li>
1414

1515
<li class="toc-item"><a href="/apple.html#apple">Apple</a></li>

tests/Integration/tests/toctree-no-duplicates/expected/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Overview</h1>
1010

1111
<p>Lorem Ipsum Dolor</p>
12-
<div class="menu"><ul class="phpdocumentor-list"><li class="toc-item"><a href="/overview.html#overview">Overview</a></li><li class="toc-item"><a href="/apple.html#apple">Apple</a></li><li class="toc-item"><a href="/banana.html#banana">Banana</a></li><li class="toc-item"><a href="/cherry.html#cherry">Cherry</a></li></ul></div>
12+
<div class="menu"><ul class="menu-level"><li class="toc-item"><a href="/overview.html#overview">Overview</a></li><li class="toc-item"><a href="/apple.html#apple">Apple</a></li><li class="toc-item"><a href="/banana.html#banana">Banana</a></li><li class="toc-item"><a href="/cherry.html#cherry">Cherry</a></li></ul></div>
1313
</div>
1414

1515
</body>

0 commit comments

Comments
 (0)