PHP Classes

File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/regression/GitHub/3379/phpunit.xml

Recommend this page to a friend!
  Classes of Paulo Henrique   symfony-dual-login   bin/.phpunit/phpunit-7.5-0/tests/end-to-end/regression/GitHub/3379/phpunit.xml   Download  
File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/regression/GitHub/3379/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: symfony-dual-login
API to get user details using OAuth authentication
Author: By
Last change:
Date: 5 years ago
Size: 462 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/7.4/phpunit.xsd"> <testsuites> <testsuite name="default"> <directory suffix="Test.php">.</directory> </testsuite> </testsuites> <listeners> <listener class="Issue3379TestListener" file="./Issue3379TestListener.php"/> </listeners> </phpunit>