Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit b3bc055

Browse files
authored
Merge pull request #3823 from magento/db_mft_span
Remove glossary tooltip within code block that displayed HTML code.
2 parents 8fc270c + 53c06b6 commit b3bc055

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

guides/v2.0/mtf/mtf_installation.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,14 @@ If you're not sure that Composer is installed, see [Install Composer]({{ page.ba
3737

3838
```bash
3939
cd <magento2_root_dir>/dev/tests/functional/
40-
```
41-
```bash
4240
composer install
4341
```
4442

4543
{: .bs-callout .bs-callout-info }
4644
If command failed, maybe [Composer](https://getcomposer.org) hasn't been installed globally.
4745
Copy `composer.phar` to `/usr/local/bin/composer`.
4846
To run it locally put `composer.phar` into directory, where `composer.json` file is located (that is, `<magento2>/dev/tests/functional/`).
49-
And run from this directory `php {% glossarytooltip d85e2d0a-221f-4d03-aa43-0cda9f50809e %}composer{% endglossarytooltip %}.phar install`.
47+
And run from this directory `php composer.phar install`.
5048

5149
## Check the installation {#mtf_install_check}
5250

@@ -56,17 +54,13 @@ Check whether the `vendor` directory exists in `<magento2_root_dir>/dev/tests/fu
5654

5755
```bash
5856
cd <magento2_root_dir>/dev/tests/functional/
59-
```
60-
```bash
6157
ls
6258
```
6359

6460
Find the `mtf` directory.
6561

6662
```bash
6763
cd vendor/magento
68-
```
69-
```bash
7064
ls
7165
```
7266

@@ -76,5 +70,4 @@ Open `<magento2_root_dir>/dev/tests/functional/vendor/magento/mtf/CHANGELOG.md`.
7670

7771
## Next Steps {#mtf_install_next}
7872

79-
[Adjust FTF configuration ]({{ page.baseurl }}/mtf/mtf_quickstart/mtf_quickstart_config.html)
80-
73+
[Adjust FTF configuration ]({{ page.baseurl }}/mtf/mtf_quickstart/mtf_quickstart_config.html)

0 commit comments

Comments
 (0)