File: config.php

package info (click to toggle)
php-amqplib 3.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,060 kB
  • sloc: php: 13,145; makefile: 77; sh: 27
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';