Skip to content

Commit be04526

Browse files
authored
Merge pull request #49 from MekDrop/update-readme.md-2
Removed 'Testing with Different Databases' section from README.md
2 parents b24fb8b + 03a0bee commit be04526

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -448,21 +448,6 @@ composer test
448448
vendor/bin/phpunit --coverage-html coverage/
449449
```
450450

451-
### Testing with Different Databases
452-
453-
The plugin includes tests for multiple database systems. You can test against different databases by configuring your test environment:
454-
455-
```php
456-
// SQLite (default for tests)
457-
$pdo = new PDO("sqlite::memory:");
458-
459-
// MySQL
460-
$pdo = new PDO("mysql:host=localhost;dbname=test", $username, $password);
461-
462-
// PostgreSQL
463-
$pdo = new PDO("pgsql:host=localhost;dbname=test", $username, $password);
464-
```
465-
466451
## Documentation
467452

468453
API documentation is automatically generated and available in the project's wiki. For more detailed information about the classes and methods, please refer to the [project wiki](https://github.com/imponeer/smarty-db-resource/wiki).

0 commit comments

Comments
 (0)