PHP Classes

File: vendor/mongodb/mongodb/phpunit.xml.dist

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/phpunit.xml.dist   Download  
File: vendor/mongodb/mongodb/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 749 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.3/phpunit.xsd" beStrictAboutOutputDuringTests="true" beStrictAboutChangesToGlobalState="true" colors="true" bootstrap="tests/bootstrap.php" > <php> <ini name="error_reporting" value="-1"/> <env name="MONGODB_URI" value="mongodb://127.0.0.1:27017/?serverSelectionTimeoutMS=100"/> <env name="MONGODB_DATABASE" value="phplib_test"/> </php> <testsuites> <testsuite name="MongoDB CRUD Test Suite"> <directory>./tests/</directory> </testsuite> </testsuites> </phpunit>