Security update for permissions_by_term
[yaffs-website] / vendor / behat / mink-extension / README.md
1 # MinkExtension
2
3 [![Build
4 Status](https://travis-ci.org/Behat/MinkExtension.svg?branch=master)](https://travis-ci.org/Behat/MinkExtension)
5 [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Behat/MinkExtension/badges/quality-score.png?s=c6474ca52322f5176a2f0cab10974aeee5e6133c)](https://scrutinizer-ci.com/g/Behat/MinkExtension/)
6
7 MinkExtension is an integration layer between Behat 3.0+ and Mink 1.5+
8 and it provides:
9
10 * Additional services for Behat (``Mink``, ``Sessions``, ``Drivers``).
11 * ``Behat\MinkExtension\Context\MinkAwareContext`` which provides ``Mink``
12   instance for your contexts.
13 * Base ``Behat\MinkExtension\Context\MinkContext`` context which provides base
14   step definitions and hooks for your contexts or subcontexts. Or it could be
15   even used as context on its own.
16
17 ## Docs
18
19 [Official documentation](doc/index.rst).
20
21 ## Translated languages
22
23 For now exist 11 translated languages: `cs`,`de`,`es`,`fr`,`ja`,`nl`,`pl`,`pt`,`ro`,`ru`,`sv`.
24
25 **Note:** The `ja`,`nl` and `sv` are outdated.
26
27 #### How to add a new translated language?
28
29 If you want to translate another language, you can use as reference the `ru` language file under
30 [translations folder](https://github.com/Behat/MinkExtension/tree/master/i18n).
31
32 **Important:** The filename must match with the same translated language name in [Behat](https://github.com/Behat/Behat/blob/master/i18n.php) and [Gherkin](https://github.com/Behat/Gherkin/blob/master/i18n.php) in order to work correctly.
33
34 If the language does not exist in [Gherkin](https://github.com/Behat/Gherkin/blob/master/i18n.php).
35 You should consider [contributing to Gherkin translations](https://github.com/Behat/Gherkin/blob/master/CONTRIBUTING.md#contributing-to-gherkin-translations).
36
37 ## Copyright
38
39 Copyright (c) 2012 Konstantin Kudryashov (ever.zet). See LICENSE for details.
40
41 ## Contributors
42
43 * Konstantin Kudryashov [everzet](http://github.com/everzet) [lead developer]
44 * Other [awesome developers](https://github.com/Behat/MinkExtension/graphs/contributors)