Skip to content

Commit ada5842

Browse files
Reorder buttons
1 parent e290186 commit ada5842

18 files changed

Lines changed: 18 additions & 18 deletions

File tree

src/Report/Html/Renderer/Template/directory.html.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
</header>
2626
<div class="container-fluid">
2727
<div class="btn-group mb-2" role="group" aria-label="Test size filter" data-low-upper-bound="{{low_upper_bound}}" data-high-lower-bound="{{high_lower_bound}}">
28-
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
2928
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small">Small</button>
3029
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="medium">Medium</button>
3130
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="large">Large</button>
3231
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium">Small + Medium</button>
3332
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium+large">Small + Medium + Large</button>
33+
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3434
</div>
3535
<div class="table-responsive">
3636
<table class="table table-bordered">

src/Report/Html/Renderer/Template/directory_branch.html.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
</header>
2626
<div class="container-fluid">
2727
<div class="btn-group mb-2" role="group" aria-label="Test size filter" data-low-upper-bound="{{low_upper_bound}}" data-high-lower-bound="{{high_lower_bound}}">
28-
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
2928
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small">Small</button>
3029
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="medium">Medium</button>
3130
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="large">Large</button>
3231
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium">Small + Medium</button>
3332
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium+large">Small + Medium + Large</button>
33+
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3434
</div>
3535
<div class="table-responsive">
3636
<table class="table table-bordered">

src/Report/Html/Renderer/Template/file.html.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
</header>
2626
<div class="container-fluid">
2727
<div class="btn-group mb-2" role="group" aria-label="Test size filter" data-low-upper-bound="{{low_upper_bound}}" data-high-lower-bound="{{high_lower_bound}}">
28-
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
2928
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small">Small</button>
3029
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="medium">Medium</button>
3130
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="large">Large</button>
3231
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium">Small + Medium</button>
3332
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium+large">Small + Medium + Large</button>
33+
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3434
</div>
3535
<div class="table-responsive">
3636
<table class="table table-bordered">

src/Report/Html/Renderer/Template/file_branch.html.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
</header>
2626
<div class="container-fluid">
2727
<div class="btn-group mb-2" role="group" aria-label="Test size filter" data-low-upper-bound="{{low_upper_bound}}" data-high-lower-bound="{{high_lower_bound}}">
28-
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
2928
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small">Small</button>
3029
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="medium">Medium</button>
3130
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="large">Large</button>
3231
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium">Small + Medium</button>
3332
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium+large">Small + Medium + Large</button>
33+
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3434
</div>
3535
<div class="table-responsive">
3636
<table class="table table-bordered">

tests/_files/Report/HTML/CoverageForBankAccount/BankAccount.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
</header>
2828
<div class="container-fluid">
2929
<div class="btn-group mb-2" role="group" aria-label="Test size filter" data-low-upper-bound="50" data-high-lower-bound="90">
30-
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3130
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small">Small</button>
3231
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="medium">Medium</button>
3332
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="large">Large</button>
3433
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium">Small + Medium</button>
3534
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium+large">Small + Medium + Large</button>
35+
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3636
</div>
3737
<div class="table-responsive">
3838
<table class="table table-bordered">

tests/_files/Report/HTML/CoverageForBankAccount/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
</header>
2828
<div class="container-fluid">
2929
<div class="btn-group mb-2" role="group" aria-label="Test size filter" data-low-upper-bound="50" data-high-lower-bound="90">
30-
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3130
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small">Small</button>
3231
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="medium">Medium</button>
3332
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="large">Large</button>
3433
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium">Small + Medium</button>
3534
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium+large">Small + Medium + Large</button>
35+
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3636
</div>
3737
<div class="table-responsive">
3838
<table class="table table-bordered">

tests/_files/Report/HTML/CoverageForClassWithAnonymousFunction/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
</header>
2828
<div class="container-fluid">
2929
<div class="btn-group mb-2" role="group" aria-label="Test size filter" data-low-upper-bound="50" data-high-lower-bound="90">
30-
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3130
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small">Small</button>
3231
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="medium">Medium</button>
3332
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="large">Large</button>
3433
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium">Small + Medium</button>
3534
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium+large">Small + Medium + Large</button>
35+
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3636
</div>
3737
<div class="table-responsive">
3838
<table class="table table-bordered">

tests/_files/Report/HTML/CoverageForClassWithAnonymousFunction/source_with_class_and_anonymous_function.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
</header>
2828
<div class="container-fluid">
2929
<div class="btn-group mb-2" role="group" aria-label="Test size filter" data-low-upper-bound="50" data-high-lower-bound="90">
30-
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3130
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small">Small</button>
3231
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="medium">Medium</button>
3332
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="large">Large</button>
3433
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium">Small + Medium</button>
3534
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium+large">Small + Medium + Large</button>
35+
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3636
</div>
3737
<div class="table-responsive">
3838
<table class="table table-bordered">

tests/_files/Report/HTML/CoverageForFileWithIgnoredLines/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
</header>
2828
<div class="container-fluid">
2929
<div class="btn-group mb-2" role="group" aria-label="Test size filter" data-low-upper-bound="50" data-high-lower-bound="90">
30-
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3130
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small">Small</button>
3231
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="medium">Medium</button>
3332
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="large">Large</button>
3433
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium">Small + Medium</button>
3534
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium+large">Small + Medium + Large</button>
35+
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3636
</div>
3737
<div class="table-responsive">
3838
<table class="table table-bordered">

tests/_files/Report/HTML/CoverageForFileWithIgnoredLines/source_with_ignore.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
</header>
2828
<div class="container-fluid">
2929
<div class="btn-group mb-2" role="group" aria-label="Test size filter" data-low-upper-bound="50" data-high-lower-bound="90">
30-
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3130
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small">Small</button>
3231
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="medium">Medium</button>
3332
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="large">Large</button>
3433
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium">Small + Medium</button>
3534
<button type="button" class="btn btn-sm btn-outline-secondary" data-test-size-filter="small+medium+large">Small + Medium + Large</button>
35+
<button type="button" class="btn btn-sm btn-outline-secondary active" data-test-size-filter="all">All</button>
3636
</div>
3737
<div class="table-responsive">
3838
<table class="table table-bordered">

0 commit comments

Comments
 (0)