PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Roni   Base CodeIgniter Model Class   .travis.yml   Download  
File: .travis.yml
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: 211 bytes
 

Contents

Class file image Download
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 before_script: - curl -s https://getcomposer.org/installer | php - php composer.phar install --dev script: vendor/bin/phpunit tests/CI_Base_Model_test.php