File: config.php

package info (click to toggle)
php-amqplib 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,440 kB
  • sloc: php: 12,624; makefile: 57; sh: 33
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
<?php

require_once 'PhpAmqpLib/autoload.php';

putenv('TEST_AMQP_DEBUG=1');
require_once __DIR__ . '/../tests/config.php';