PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Roni   Base CodeIgniter Model Class   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Base CodeIgniter Model Class
Base class to store object in databases using CI
Author: By
Last change:
Date: 5 years ago
Size: 560 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true"> <testsuites> <testsuite name="CI_BaseModel Test Suite"> <file>./tests/CI_Base_Model_test.php</file> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit>