PHP Classes

File: test/phpunit.xml

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Album Manager   test/phpunit.xml   Download  
File: test/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Album Manager
Manage a list of albums with Zend Framework 2
Author: By
Last change:
Date: 7 years ago
Size: 225 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="Bootstrap.php"> <testsuites> <testsuite name="Album Module test"> <directory>./</directory> </testsuite> </testsuites> </phpunit>