# sync-basalam/1.10.10/tests/bootstrap.php

ووسلام – همگام سازی ووکامرس و باسلام, version 1.10.10. 9 lines.

- Page: https://pluginprobe.com/plugins/sync-basalam/1.10.10/code/tests/bootstrap.php
- Raw: https://pluginprobe.com/plugins/sync-basalam/1.10.10/raw/tests/bootstrap.php
- Modified: 2026-08-25T13:37:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sync-basalam/1.10.10/code/tests/bootstrap.php#L10-L20`.

```php
<?php

defined('ABSPATH') || define('ABSPATH', __DIR__ . '/wordpress/');
defined('MINUTE_IN_SECONDS') || define('MINUTE_IN_SECONDS', 60);
defined('HOUR_IN_SECONDS') || define('HOUR_IN_SECONDS', 3600);
defined('DAY_IN_SECONDS') || define('DAY_IN_SECONDS', 86400);

require_once dirname(__DIR__) . '/includes/Services/VendorSyncPolicy.php';

```
