-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathbootstrap.html
More file actions
275 lines (274 loc) · 22.4 KB
/
bootstrap.html
File metadata and controls
275 lines (274 loc) · 22.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!doctype html>
<html lang="en">
<head>
<title>
{% if page.title %}
{{ page.title }}
{% else %}
Codeception - PHP Testing framework - PHP unit testing, PHP e2e testing, database testing
{% endif %}
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- CSS -->
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css"
integrity="sha512-Dop/vW3iOtayerlYAqCgkVr2aTr2ErwwTYOvRFUpzl2VhCMJyjQF0Q9TjUXIo6JhuM/3i0vVEt2e/7QQmnHQqw=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="{{ '/css/style.css' | relative_url }}">
<!-- Other -->
<link title="Codeception Blog" type="application/rss+xml" rel="alternate" href="/rss.xml">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg">
<link rel="icon" type="image/png" href="/favicons/favicon.png">
<link rel="icon" type="image/png" href="/favicons/favicon.ico">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#236BFD">
<meta name="msapplication-config" content="/favicons/browserconfig.xml"/>
<meta name="msapplication-TileColor" content="#236BFD">
<meta name="theme-color" content="#236BFD">
<link rel="author" href="https://plus.google.com/+Codeception">
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-KW4XGH4');</script>
<!-- End Google Tag Manager -->
</head>
<body>
{% if site.banner %}
<div class="banner hide-small hide-xs">
{% if site.banner.content %}
{{ site.banner.content }}
{% else %}
{% for post in site.posts limit:1 %}
<a href="{{ post.url }}">{{ post.title }}</a>
{% endfor %}
{% endif %}
</div>
{% endif %}
{% capture guides %}{% include guides.html %}{% endcapture %}
{% capture modules %}{% include modules.html %}{% endcapture %}
{% capture reference %}{% include reference.html %}{% endcapture %}
<nav class="navbar nav-custom navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<div class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M2 12h20M2 6h20M2 18h20"/></svg>
</div>
<a href="/" class="navbar-brand main-logo">
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="60" viewBox="0 0 81 60" fill="none" style="vertical-align:middle"><path fill="#236BFD" d="m35.606 29.23-13.087-9.554 12.34 20.6L80.998 2.21 35.607 29.23ZM29.99 54.492c-13.59 0-24.607-10.995-24.607-24.559 0-13.563 11.017-24.56 24.607-24.56 6.018 0 11.529 2.16 15.804 5.74l3.45-4.108A29.888 29.888 0 0 0 29.992 0C13.453 0 0 13.428 0 29.933s13.454 29.933 29.991 29.933c8.577 0 16.318-3.617 21.79-9.396l-3.904-3.68c-4.486 4.74-10.838 7.702-17.886 7.702Zm0-7.118c-9.65 0-17.474-7.809-17.474-17.44 0-9.633 7.823-17.442 17.474-17.442 4.274 0 8.185 1.536 11.221 4.079l2.59-3.084a21.437 21.437 0 0 0-13.81-5.025c-11.863 0-21.514 9.632-21.514 21.471 0 11.84 9.651 21.471 21.514 21.471 6.151 0 11.704-2.595 15.628-6.74l-2.936-2.767c-3.186 3.365-7.687 5.477-12.692 5.477Z"/></svg>
CODECEPTION_</a>
</div>
<div class="collapse navbar-collapse menu" tabindex="-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="/quickstart">QuickStart</a></li>
<li class="dropdown docs-dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#"> Docs
<b class="caret"></b>
</a>
<div class="dropdown-menu multi-column columns-3">
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-4 guides-wrapper">
<ul class="multi-column-dropdown">
<li><h4>Guides</h4></li>
{{ guides }}
<li role="separator" class="divider"></li>
<li><a href="/videos">Videos</a></li>
</ul>
</div>
<div class="col-sm-5 col-md-6">
<ul class="dropdown-modules multi-column-dropdown clearfix">
<li>
<h4>Modules</h4>
</li>
{{ modules }}
</ul>
</div>
<div class="col-sm-3 col-md-2">
<ul class="multi-column-dropdown">
<li><h4>Reference</h4></li>
<li><a href="/install">Install</a></li>
<li><a href="/docs/reference/Configuration">Configuration</a></li>
<li><a href="/extensions">Extensions</a></li>
<li><a href="/docs/reference/Commands">Commands</a></li>
<li><a href="/docs/reference/ShellAutocomplete">Shell Autocomplete</a></li>
<li role="separator" class="divider"></li>
<li><h4>Util Classes</h4></li>
{{ reference }}
</ul>
</div>
</div>
</div>
</div>
</li>
<li>
<a href="/blog">Blog</a>
</li>
<li class="dropdown">
<ul class="dropdown-menu">
<li><a href="/for/symfony">Symfony</a></li>
<li><a href="/for/laravel">Laravel</a></li>
<li><a href="/for/yii">Yii Framework</a></li>
<li><a href="/for/phalcon">Phalcon</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="https://phptest.club">
Community
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="/credits"><strong>Credits</strong></a></li>
<li><a href="/addons">Addons</a></li>
<!-- <li><a href="https://phptest.club/c/codeception/cookbook">Cookbook</a></li>-->
<li role="separator" class="divider"></li>
<li><a href="https://bit.ly/chat-codeception">Join our Slack</a></li>
<li><a href="https://twitter.com/codeception">Follow us in Twitter</a></li>
<li role="separator" class="divider"></li>
<li><a href="https://stackoverflow.com/questions/tagged/codeception">StackOverflow</a></li>
<li><a href="https://github.com/codeception/codeception/issues">GitHub Issues</a></li>
<li><a href="https://github.com/Codeception/Codeception/discussions">Github discussions</a></li>
<li role="separator" class="divider"></li>
<li><a href="https://opencollective.com/codeception"><strong>Support us via
OpenCollective!</strong></a></li>
</ul>
</li>
<li class="nav-social-links">
<a href="https://twitter.com/codeception" class="social-link" aria-label="twitter">
<svg xmlns="http://www.w3.org/2000/svg" width="512pt" height="512pt" viewBox="0 0 512 512"><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm116.887 199.602c.113 2.52.168 5.05.168 7.593 0 77.645-59.102 167.18-167.184 167.184h.004-.004c-33.184 0-64.062-9.727-90.066-26.395 4.597.543 9.277.813 14.015.813 27.532 0 52.868-9.39 72.98-25.152-25.722-.477-47.41-17.465-54.894-40.813a58.481 58.481 0 0 0 11.043 1.063 58.8 58.8 0 0 0 15.496-2.07c-26.886-5.384-47.14-29.145-47.14-57.598 0-.266 0-.504.007-.75a58.354 58.354 0 0 0 26.614 7.347c-15.778-10.527-26.149-28.523-26.149-48.91a58.597 58.597 0 0 1 7.957-29.535c28.977 35.555 72.282 58.937 121.118 61.394a58.708 58.708 0 0 1-1.528-13.398c0-32.437 26.317-58.754 58.766-58.754 16.902 0 32.168 7.145 42.89 18.567a117.855 117.855 0 0 0 37.313-14.262c-4.395 13.715-13.707 25.222-25.84 32.5 11.887-1.422 23.215-4.574 33.742-9.254a119.412 119.412 0 0 1-29.308 30.43zm0 0"/></svg>
</a>
<a href="https://github.com/codeception/codeception" class="social-link" aria-label="github">
<svg xmlns="http://www.w3.org/2000/svg" width="438.549" height="438.549" viewBox="0 0 438.549 438.549"><path d="M409.132 114.573c-19.608-33.596-46.205-60.194-79.798-79.8-33.598-19.607-70.277-29.408-110.063-29.408-39.781 0-76.472 9.804-110.063 29.408-33.596 19.605-60.192 46.204-79.8 79.8C9.803 148.168 0 184.854 0 224.63c0 47.78 13.94 90.745 41.827 128.906 27.884 38.164 63.906 64.572 108.063 79.227 5.14.954 8.945.283 11.419-1.996 2.475-2.282 3.711-5.14 3.711-8.562 0-.571-.049-5.708-.144-15.417a2549.81 2549.81 0 0 1-.144-25.406l-6.567 1.136c-4.187.767-9.469 1.092-15.846 1-6.374-.089-12.991-.757-19.842-1.999-6.854-1.231-13.229-4.086-19.13-8.559-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-.951-2.568-2.098-3.711-3.429-1.142-1.331-1.997-2.663-2.568-3.997-.572-1.335-.098-2.43 1.427-3.289 1.525-.859 4.281-1.276 8.28-1.276l5.708.853c3.807.763 8.516 3.042 14.133 6.851 5.614 3.806 10.229 8.754 13.846 14.842 4.38 7.806 9.657 13.754 15.846 17.847 6.184 4.093 12.419 6.136 18.699 6.136 6.28 0 11.704-.476 16.274-1.423 4.565-.952 8.848-2.383 12.847-4.285 1.713-12.758 6.377-22.559 13.988-29.41-10.848-1.14-20.601-2.857-29.264-5.14-8.658-2.286-17.605-5.996-26.835-11.14-9.235-5.137-16.896-11.516-22.985-19.126-6.09-7.614-11.088-17.61-14.987-29.979-3.901-12.374-5.852-26.648-5.852-42.826 0-23.035 7.52-42.637 22.557-58.817-7.044-17.318-6.379-36.732 1.997-58.24 5.52-1.715 13.706-.428 24.554 3.853 10.85 4.283 18.794 7.952 23.84 10.994 5.046 3.041 9.089 5.618 12.135 7.708 17.705-4.947 35.976-7.421 54.818-7.421s37.117 2.474 54.823 7.421l10.849-6.849c7.419-4.57 16.18-8.758 26.262-12.565 10.088-3.805 17.802-4.853 23.134-3.138 8.562 21.509 9.325 40.922 2.279 58.24 15.036 16.18 22.559 35.787 22.559 58.817 0 16.178-1.958 30.497-5.853 42.966-3.9 12.471-8.941 22.457-15.125 29.979-6.191 7.521-13.901 13.85-23.131 18.986-9.232 5.14-18.182 8.85-26.84 11.136-8.662 2.286-18.415 4.004-29.263 5.146 9.894 8.562 14.842 22.077 14.842 40.539v60.237c0 3.422 1.19 6.279 3.572 8.562 2.379 2.279 6.136 2.95 11.276 1.995 44.163-14.653 80.185-41.062 108.068-79.226 27.88-38.161 41.825-81.126 41.825-128.906-.01-39.771-9.818-76.454-29.414-110.049z"/></svg>
</a>
<a href="https://opencollective.com/codeception/" class="social-link social-link--last"
aria-label="opencollective">
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid"><path d="M209.765 128.15c0 16.013-4.9 31.34-13.266 44.575l33.447 33.447a128.918 128.918 0 0 0 25.783-77.35c0-29.265-9.754-55.751-26.47-77.336l-32.776 32.729a79.442 79.442 0 0 1 13.267 43.888l.015.047z"/><path d="M127.513 210.355c-45.367-.086-82.125-36.838-82.22-82.205.069-45.386 36.835-82.166 82.22-82.252 16.732 0 32.058 4.901 44.607 13.267l32.744-32.776A128.965 128.965 0 0 0 127.514.636C57.123.636 0 57.76 0 128.15c0 70.359 57.124 127.513 127.513 127.513a125.126 125.126 0 0 0 77.351-26.501l-33.447-33.431c-11.861 9.754-27.157 14.624-43.904 14.624z"/></svg>
</a>
</li>
</ul>
</div>
</div> <!-- /.container -->
</nav>
{% if page.hero %}
<div>{% include {{ page.hero }} %}</div>
{% endif %}
<!-- CONTENT -->
<div class="container-fluid">
{{ content }}
</div>
{% if page.hero %}
{% include sponsors.html %}
{% endif %}
<div class="d-none d-lg-block support-wrapper">
<div class="container">
<div class="text-center">
<a href="https://opencollective.com/codeception/" class="btn btn-success" role="button">❤️ Support us on
OpenCollective!</a>
</div>
</div>
</div>
<div id="footer">
<div class="container-fluid">
<ul class="links">
<li class="footer-logo">
<a href="/">
<h4>
<img src="/images/logo_footer.svg" alt="logo">Codeception_
</h4>
</a>
</li>
<li><a href="/install">Installation</a></li>
<li><a href="/credits">Credits</a></li>
<li><a href="/changelog">Releases</a></li>
<li>
<a href="https://sdclabs.com/codeception?utm_source=codeception.com&utm_medium=bottom_menu&utm_term=link&utm_campaign=reference">Enterprise
Support</a></li>
<li>
<a href="https://sdclabs.com/trainings?utm_source=codeception.com&utm_medium=bottom_menu&utm_term=link&utm_campaign=reference">Trainings</a>
</li>
</ul>
</div>
<div class="container-fluid">
<div class="partners-block text-center">
<a href="https://testomat.io/">Testomatio</a> - Test Management for Codeception
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-3">
<p class="about-framework">
Codeception is a BDD-styled PHP testing framework, brought to you by <a
href="https://codeception.com/credits">Codeception Team</a>.
OpenSource <a href="https://github.com/Codeception/Codeception/blob/5.0/LICENSE"><strong>MIT
Licensed</strong></a>.
</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-6 text-center">
<a href="https://github.com/codeception/codeception" class="social" aria-label="github">
<svg xmlns="http://www.w3.org/2000/svg" width="438.549" height="438.549" viewBox="0 0 438.549 438.549"><path d="M409.132 114.573c-19.608-33.596-46.205-60.194-79.798-79.8-33.598-19.607-70.277-29.408-110.063-29.408-39.781 0-76.472 9.804-110.063 29.408-33.596 19.605-60.192 46.204-79.8 79.8C9.803 148.168 0 184.854 0 224.63c0 47.78 13.94 90.745 41.827 128.906 27.884 38.164 63.906 64.572 108.063 79.227 5.14.954 8.945.283 11.419-1.996 2.475-2.282 3.711-5.14 3.711-8.562 0-.571-.049-5.708-.144-15.417a2549.81 2549.81 0 0 1-.144-25.406l-6.567 1.136c-4.187.767-9.469 1.092-15.846 1-6.374-.089-12.991-.757-19.842-1.999-6.854-1.231-13.229-4.086-19.13-8.559-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-.951-2.568-2.098-3.711-3.429-1.142-1.331-1.997-2.663-2.568-3.997-.572-1.335-.098-2.43 1.427-3.289 1.525-.859 4.281-1.276 8.28-1.276l5.708.853c3.807.763 8.516 3.042 14.133 6.851 5.614 3.806 10.229 8.754 13.846 14.842 4.38 7.806 9.657 13.754 15.846 17.847 6.184 4.093 12.419 6.136 18.699 6.136 6.28 0 11.704-.476 16.274-1.423 4.565-.952 8.848-2.383 12.847-4.285 1.713-12.758 6.377-22.559 13.988-29.41-10.848-1.14-20.601-2.857-29.264-5.14-8.658-2.286-17.605-5.996-26.835-11.14-9.235-5.137-16.896-11.516-22.985-19.126-6.09-7.614-11.088-17.61-14.987-29.979-3.901-12.374-5.852-26.648-5.852-42.826 0-23.035 7.52-42.637 22.557-58.817-7.044-17.318-6.379-36.732 1.997-58.24 5.52-1.715 13.706-.428 24.554 3.853 10.85 4.283 18.794 7.952 23.84 10.994 5.046 3.041 9.089 5.618 12.135 7.708 17.705-4.947 35.976-7.421 54.818-7.421s37.117 2.474 54.823 7.421l10.849-6.849c7.419-4.57 16.18-8.758 26.262-12.565 10.088-3.805 17.802-4.853 23.134-3.138 8.562 21.509 9.325 40.922 2.279 58.24 15.036 16.18 22.559 35.787 22.559 58.817 0 16.178-1.958 30.497-5.853 42.966-3.9 12.471-8.941 22.457-15.125 29.979-6.191 7.521-13.901 13.85-23.131 18.986-9.232 5.14-18.182 8.85-26.84 11.136-8.662 2.286-18.415 4.004-29.263 5.146 9.894 8.562 14.842 22.077 14.842 40.539v60.237c0 3.422 1.19 6.279 3.572 8.562 2.379 2.279 6.136 2.95 11.276 1.995 44.163-14.653 80.185-41.062 108.068-79.226 27.88-38.161 41.825-81.126 41.825-128.906-.01-39.771-9.818-76.454-29.414-110.049z"/></svg>
</a>
<a href="https://twitter.com/codeception" class="social" aria-label="twitter">
<svg xmlns="http://www.w3.org/2000/svg" width="512pt" height="512pt" viewBox="0 0 512 512"><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm116.887 199.602c.113 2.52.168 5.05.168 7.593 0 77.645-59.102 167.18-167.184 167.184h.004-.004c-33.184 0-64.062-9.727-90.066-26.395 4.597.543 9.277.813 14.015.813 27.532 0 52.868-9.39 72.98-25.152-25.722-.477-47.41-17.465-54.894-40.813a58.481 58.481 0 0 0 11.043 1.063 58.8 58.8 0 0 0 15.496-2.07c-26.886-5.384-47.14-29.145-47.14-57.598 0-.266 0-.504.007-.75a58.354 58.354 0 0 0 26.614 7.347c-15.778-10.527-26.149-28.523-26.149-48.91a58.597 58.597 0 0 1 7.957-29.535c28.977 35.555 72.282 58.937 121.118 61.394a58.708 58.708 0 0 1-1.528-13.398c0-32.437 26.317-58.754 58.766-58.754 16.902 0 32.168 7.145 42.89 18.567a117.855 117.855 0 0 0 37.313-14.262c-4.395 13.715-13.707 25.222-25.84 32.5 11.887-1.422 23.215-4.574 33.742-9.254a119.412 119.412 0 0 1-29.308 30.43zm0 0"/></svg>
</a>
<a href="https://bit.ly/chat-codeception" class="social" aria-label="bit.ly">
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 24 24"><path d="M8.843 12.651a2.521 2.521 0 0 0-2.521 2.521v6.306a2.521 2.521 0 0 0 5.042 0v-6.306a2.523 2.523 0 0 0-2.521-2.521zM.019 15.172a2.524 2.524 0 0 0 5.046 0v-2.523H2.542a2.524 2.524 0 0 0-2.523 2.523zM8.846-.001h-.003a2.524 2.524 0 0 0 0 5.046h2.521V2.517A2.519 2.519 0 0 0 8.846-.001zM2.525 11.37h6.318a2.524 2.524 0 0 0 0-5.046H2.525a2.524 2.524 0 0 0 0 5.046zm18.932-5.047a2.518 2.518 0 0 0-2.518 2.518v2.528h2.521a2.524 2.524 0 0 0 0-5.046h-.003zm-8.816-3.801v6.325a2.521 2.521 0 0 0 5.042 0V2.522a2.521 2.521 0 0 0-5.042 0zm5.041 18.954a2.521 2.521 0 0 0-2.521-2.521H12.64v2.523a2.521 2.521 0 0 0 5.042-.002zm3.797-8.827h-6.318a2.524 2.524 0 0 0 0 5.046h6.318a2.524 2.524 0 0 0 0-5.046z"/></svg>
</a>
</div>
<div class="col-sm-12 col-md-12 col-lg-3 text-center footer-social">
<h4 class="mt-8">additional_thanks_to_</h4>
<a href="https://www.jetbrains.com/phpstorm/" rel=nofollow><img src="/images/support/phpstorm.png"
alt="PhpStorm"
class="sponsors sponsors--phpstorm thanks"></a>
<a href="https://www.rebilly.com/" rel=nofollow>
<img src="/images/support/rebilly.png"
class="sponsors thanks sponsors--rebilly" alt="Your Partner
In Subscription Billing
Uncover your revenue potential with
our recurring billing software." title="Your Partner
In Subscription Billing"></a>
</div>
</div>
</div>
<div id="copyright">
<div class="design">
Design made by
<a href="https://www.awesomic.io/">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="22" fill="none" viewBox="0 0 17 22"><path fill="#fff" d="m14.152 4.64-.621-.8-1.264 1.839C11.36 4.226 9.357 1.747 5.76.577L3.981 0l.905 1.588c.011.02.951 1.697.783 3.531L2.804 3.486l.339 1.565c.007.033.69 3.258.062 6.305a.525.525 0 0 1-.339.121c-.227 0-.729-.129-1.53-.995L.284 9.342l-.216 1.514c-.01.076-1.001 7.55 5.01 10.306 1.11.548 2.405.838 3.746.838 2.42 0 4.67-.927 6.17-2.541 1.565-1.683 2.235-4.002 1.938-6.708-.01-.465-.187-4.773-2.779-8.11Z"/></svg>
<strong>Awesomic</strong>
</a>
</div>
<div>
© Codeception 2011–{{ site.time | date: '%Y' }}
</div>
</div>
</div>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KW4XGH4"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="scroll-to-top" id="scroll-to-top" style="display: none">
<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 512 312.36"><path fill-rule="nonzero" d="M0 276.77 253.12 0 512 282.48l-32.65 29.88-226.2-246.83L32.66 306.64z"/></svg>
</div>
{% include js.html %}
{% include twitter.html %}
{% include algolia.html %}
</body>
</html>