forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap.html
More file actions
423 lines (348 loc) · 25.4 KB
/
bootstrap.html
File metadata and controls
423 lines (348 loc) · 25.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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<!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">
<!-- 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 href="//netdna.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/codeception.css">
<link rel="stylesheet" href="/css/contributors.css">
<link rel="stylesheet" href="/css/algolia.css">
<link rel="stylesheet" type="text/css" media="screen" href="/css/syntax.css">
<!-- 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="shortcut icon" 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="#da532c">
<meta name="theme-color" content="#236BFD">
<link rel="author" href="https://plus.google.com/+Codeception">
</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">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="navbar-brand main-logo">
<svg width="81" height="60" style="vertical-align: middle" viewBox="0 0 81 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.6058 29.2295L22.5186 19.676L34.8582 40.2759L80.9997 2.21027L35.6058 29.2295ZM29.9915 54.4923C16.4012 54.4923 5.38429 43.4968 5.38429 29.9331C5.38429 16.3696 16.4012 5.37379 29.9915 5.37379C36.0092 5.37379 41.5198 7.53284 45.7954 11.1129L49.2448 7.00516C44.0311 2.63716 37.3154 0 29.9915 0C13.4539 0 0 13.428 0 29.9331C0 46.4384 13.4539 59.8664 29.9915 59.8664C38.5677 59.8664 46.3089 56.2494 51.7802 50.4701L47.8767 46.7908C43.3907 51.5302 37.0395 54.4923 29.9915 54.4923ZM29.9915 47.3736C20.3405 47.3736 12.517 39.5654 12.517 29.9332C12.517 20.301 20.3405 12.4925 29.9915 12.4925C34.2649 12.4925 38.176 14.0285 41.2122 16.5709L43.8017 13.4869C40.0621 10.3536 35.2448 8.46205 29.9915 8.46205C18.1291 8.46205 8.47842 18.0939 8.47842 29.9332C8.47842 41.7722 18.1291 51.404 29.9915 51.404C36.1431 51.404 41.696 48.8095 45.6204 44.6642L42.6838 41.8966C39.4983 45.2619 34.9967 47.3736 29.9915 47.3736Z" fill="#236BFD"/>
</svg>CODECEPTION_</a>
</div>
<div class="collapse navbar-collapse menu ">
<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="/video">Video</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 role="separator" class="divider"></li>
<li><h4>Util Classes</h4></li>
{{ reference }}
</ul>
</div>
</div>
</div>
</div>
</li>
<li>
<a href="/changelog">Releases</a>
</li>
<li>
<a href="/blog">Blog</a>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="http://phptest.club/category/codeception">
Use Cases
<b class="caret"></b>
</a>
<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>
<li><a href="/for/wordpress">WordPress</a></li>
<li><a href="/for/joomla">Joomla</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="http://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="http://phptest.club/c/codeception/cookbook">Cookbook</a></li>
<li role="separator" class="divider"></li>
<li><a href="http://bit.ly/chat-codeception">Join our Slack</a></li>
<li><a href="https://twitter.com/codeception">Follow us in Twitter</a></li>
<li><a href="https://www.facebook.com/pages/Codeception/288959711204412">Page in Facebook</a></li>
<li role="separator" class="divider"></li>
<li><a href="http://phptest.club/category/codeception">Forum @ PHPTestClub</a></li>
<li><a href="http://automated-testing.info/category/codeception">Russian Forum @ AT.info</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/codeception">StackOverflow</a></li>
<li><a href="https://github.com/codeception/codeception/issues">GitHub Issues</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="hidden-xs">
<a href="https://twitter.com/codeception" class="social-link">
<svg height="512pt" viewBox="0 0 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><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 0011.043 1.063c5.363 0 10.559-.723 15.496-2.07-26.886-5.384-47.14-29.145-47.14-57.598 0-.266 0-.504.007-.75a58.354 58.354 0 0026.614 7.347c-15.778-10.527-26.149-28.523-26.149-48.91a58.597 58.597 0 017.957-29.535c28.977 35.555 72.282 58.937 121.118 61.394a58.708 58.708 0 01-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 0037.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 01-29.308 30.43zm0 0"/></svg>
</a>
</li>
<li class="hidden-xs">
<a href="https://github.com/codeception/codeception" class="social-link">
<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 01-.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>
</li>
<li class="hidden-xs">
<a href="https://opencollective.com/codeception/" class="social-link social-link--last">
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" 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 0025.783-77.35c0-29.265-9.754-55.751-26.47-77.336l-32.776 32.729a79.442 79.442 0 0113.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 00127.514.636C57.123.636 0 57.76 0 128.15c0 70.359 57.124 127.513 127.513 127.513a125.126 125.126 0 0077.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>
<div class="d-none d-lg-block support-wrapper">
<div class="container w-50">
<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="http://sdclabs.com/codeception?utm_source=codeception.com&utm_medium=bottom_menu&utm_term=link&utm_campaign=reference" >Enterprise Support</a></li>
<li><a href="http://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="row">
<div class="col-sm-6 col-md-4 col-lg-3 col-lg-offset-1">
<p>
Codeception is a BDD-styled PHP testing framework, brought to you by <a href="http://codeception.com/credits">Codeception Team</a>.
OpenSource <strong>MIT Licensed</strong>.
</p>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 text-center footer-social">
<a href="https://github.com/codeception/codeception" class="social">
<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 01-.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">
<svg height="512pt" viewBox="0 0 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><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 0011.043 1.063c5.363 0 10.559-.723 15.496-2.07-26.886-5.384-47.14-29.145-47.14-57.598 0-.266 0-.504.007-.75a58.354 58.354 0 0026.614 7.347c-15.778-10.527-26.149-28.523-26.149-48.91a58.597 58.597 0 017.957-29.535c28.977 35.555 72.282 58.937 121.118 61.394a58.708 58.708 0 01-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 0037.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 01-29.308 30.43zm0 0"/></svg>
</a>
<a href="http://www.facebook.com/pages/Codeception/288959711204412" class="social">
<svg height="512pt" viewBox="0 0 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="M297.277 508.668zm0 0M302.398 507.793c-1.02.187-2.039.36-3.058.535 1.02-.176 2.039-.348 3.058-.535zm0 0M285.137 510.34zm0 0M290.055 509.738zm0 0M309.367 506.41zm0 0M326.664 502.113c-.726.207-1.453.403-2.18.606.727-.203 1.454-.399 2.18-.606zm0 0M321.434 503.543c-.79.207-1.582.418-2.375.617.793-.2 1.586-.406 2.375-.617zm0 0M314.59 505.254c-.836.195-1.68.379-2.524.566.844-.187 1.688-.37 2.524-.566zm0 0M277.527 511.09zm0 0M512 256C512 114.637 397.363 0 256 0S0 114.637 0 256s114.637 256 256 256c1.504 0 3-.031 4.5-.059V312.656h-55V248.56h55V201.39c0-54.703 33.395-84.477 82.191-84.477 23.368 0 43.454 1.742 49.309 2.52v57.171h-33.648c-26.547 0-31.688 12.618-31.688 31.13v40.824h63.477l-8.274 64.097h-55.203V502.11C433.668 471.434 512 372.852 512 256zm0 0M272.914 511.43zm0 0M264.754 511.836zm0 0"/></svg>
</a>
<a href="http://bit.ly/chat-codeception" class="social">
<svg height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path d="M8.843 12.651a2.521 2.521 0 00-2.521 2.521v6.306a2.521 2.521 0 005.042 0v-6.306a2.523 2.523 0 00-2.521-2.521zM.019 15.172a2.524 2.524 0 005.046 0v-2.523H2.542a2.524 2.524 0 00-2.523 2.523zM8.846-.001h-.003a2.524 2.524 0 000 5.046h2.521V2.517A2.519 2.519 0 008.846-.001zM2.525 11.37h6.318a2.524 2.524 0 000-5.046H2.525a2.524 2.524 0 000 5.046zM21.457 6.323a2.518 2.518 0 00-2.518 2.518v2.528h2.521a2.524 2.524 0 000-5.046h-.003zM12.641 2.522v6.325a2.521 2.521 0 005.042 0V2.522a2.521 2.521 0 00-5.042 0zM17.682 21.476a2.521 2.521 0 00-2.521-2.521H12.64v2.523a2.521 2.521 0 005.042-.002zM21.479 12.649h-6.318a2.524 2.524 0 000 5.046h6.318a2.524 2.524 0 000-5.046z"/></svg>
</a>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 text-center">
<h4>they support us_</h4>
<a href="https://www.jetbrains.com/phpstorm/" rel=nofollow><img src="/images/support/phpstorm.png" alt="PhpStorm" class="sponsors sponsors--phpstorm"></a>
<a href="https://www.rebilly.com/" rel=nofollow><img src="/images/support/rebilly.png" class="sponsors sponsors--rebilly" alt="Your Partner
In Subscription Billing
Uncover your revenue potential with
our recurring billing software." title="Your Partner
In Subscription Billing"></a>
<a href="https://themeisle.com/" rel=nofollow><img src="/images/support/themeisle.png" class="sponsors sponsors--themeisle" alt="Premium WordPress themes, Templates & Plugins"></a>
</div>
</div>
</div>
<div id="copyright">
<div class="design">
Design made by
<a href="https://pizdata.is/">
<svg width="17" height="22" viewBox="0 0 17 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.1521 4.64018L13.5305 3.83959L12.2672 5.6787C11.3601 4.22562 9.35785 1.74674 5.75912 0.57675L3.98126 0L4.88607 1.58776C4.89702 1.60708 5.83747 3.28537 5.66941 5.11943L2.80415 3.48567L3.14267 5.05097C3.14982 5.08409 3.83233 8.3093 3.20491 11.3562C3.12457 11.421 3.01509 11.4774 2.86608 11.4774C2.63863 11.4774 2.13696 11.3484 1.33672 10.4825L0.283136 9.3428L0.0669574 10.8565C0.056478 10.9316 -0.934383 18.4053 5.07684 21.1622C6.18671 21.71 7.48187 22 8.8226 22H8.82308C11.2433 22 13.4927 21.0735 14.9939 19.4586C16.5583 17.7762 17.2281 15.4572 16.9315 12.7513C16.9202 12.2855 16.744 7.9779 14.1521 4.64018Z" fill="white"/>
</svg><strong>Pizdata</strong>
</a>
</div>
<div>
© Codeception 2011–{{ site.time | date: '%Y' }}
</div>
</div>
</div>
{% include js.html %}
<!-- SCRIPTS -->
<script>
$(document).ready(function () {
function randomCarousel(id) {
var num = $(id + ' .item').length;
var slide = Math.floor((Math.random() * num));
$(id + ' .item').each(function (index) {
if (index == slide) {
$(this).addClass('active');
} else {
$(this).removeClass('active');
}
});
}
randomCarousel('#carousel-tweets');
randomCarousel('#carousel-companies');
});
</script>
<script>
$(document).ready(function () {
var toc = $('#toc');
if(toc.length) {
toc.toc({
'selectors': 'h2',
'prefix': 'toc',
'container': '#page',
'anchorName': function (i, heading, prefix) { //custom function for anchor name
return $(heading).text().replace(/\s/g, '-').replace(/[^\w-]/g, '');
},
});
}
});
</script>
<script>
$(document).ready(function () {
var cpContainer = $(".cp:contains('<?php')");
var cpContains = $(".cp:contains('?>')");
var page = $('#page table');
var tocNext = $('#toc');
var tocNextUl = $('#toc > ul');
var tocNextUlLi = $('#toc ul.list li a');
if(cpContainer.length) {
cpContainer.css({ visibility : 'hidden' });
}
if(cpContains.length) {
cpContains.css({ visibility : 'hidden' });
}
if(page.length) {
page.addClass('table table-striped table-bordered');
}
if(tocNext.length) {
tocNext.toc({
'selectors': 'h2,h3,h4',
'prefix': 'toc',
'container': '#page',
//custom function for anchor name
'anchorName': function(i, heading, prefix) {
return $(heading).text().replace(/\s/g, '-').replace(/[^\w-]/g, '');
},
});
}
// List.js
if(tocNextUl.length) {
tocNextUl.addClass('list');
}
if(tocNextUlLi.length) {
tocNextUlLi.addClass('searchitem');
}
var options = {
valueNames: [ 'searchitem' ]
};
var userList = new List('searchable', options);
// end List.js
}); // docrdy
</script>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1899308-9']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<script>
// Adding this layout functionality for mobile views with the homepage hero
$(document).ready(function(){
var navbarToggle = $('.navbar-toggle')
if(navbarToggle.length) {
navbarToggle.click(function(){
$('.row.home').toggleClass('no-padding-top');
});
}
});
</script>
{% include twitter.html %}
{% include algolia.html %}
</body>
</html>