You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -448,21 +448,6 @@ composer test
448
448
vendor/bin/phpunit --coverage-html coverage/
449
449
```
450
450
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
-
466
451
## Documentation
467
452
468
453
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