Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mandan2 committed May 28, 2024
1 parent d7e6f25 commit 9cae692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ composer require mandan2/prestashop-module-testing-database
To create a clone database, run the following command in your terminal from module's main dir:

```bash
php vendor/prestashop-module-testing-database/CreateTestDatabase.php
php vendor/mandan2/prestashop-module-testing-database/CreateTestDatabase.php
```

### Using the Clone Database

To switch to the clone database, use the following command from module's main dir:

```bash
php vendor/prestashop-module-testing-database/UseTestDatabase.php
php vendor/mandan2/prestashop-module-testing-database/UseTestDatabase.php
```

### Using the Original Database

To revert to the original database, use the following command from module's main dir:

```bash
php vendor/prestashop-module-testing-database/UseOriginalDatabase.php
php vendor/mandan2/prestashop-module-testing-database/UseOriginalDatabase.php
```

### Integration
Expand Down

0 comments on commit 9cae692

Please sign in to comment.