# packeta/trunk/tests/Integration/IntegrationTestsHelper.php

Packeta, version trunk. 14 lines.

- Page: https://pluginprobe.com/plugins/packeta/trunk/code/tests/Integration/IntegrationTestsHelper.php
- Raw: https://pluginprobe.com/plugins/packeta/trunk/raw/tests/Integration/IntegrationTestsHelper.php
- Modified: 2025-11-07T08:59:28+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/packeta/trunk/code/tests/Integration/IntegrationTestsHelper.php#L10-L20`.

```php
<?php

declare( strict_types=1 );

namespace Tests\Integration;

use Packetery\Nette\DI;

class IntegrationTestsHelper {
	public static function getContainer(): DI\Container {
		return require __DIR__ . '/../../bootstrap-cli.php';
	}
}

```
