Coder Social home page Coder Social logo

codeigniter4's Introduction

CodeIgniter 4 Development

Build Status

This repo contains work that may or may not make it into the official version of CodeIgniter.

More information about the plans for version 4 can be found in the announcement on the forums.

Contributing

We are not accepting contributions from the public until a stable enough base has been formed, and our plans fleshed out and things settle down a little bit. At that point, we will welcome your comments and help creating the best framework for our community.

Server Requirements

PHP version 7 is required.

You can obtain a working Vagrant box from Rasmus Lerdorf here.

Tests

Tests are done using the latest version of PHPUnit, which is currently 4.8.x. It is easiest to install it globally using Composer. Tests are restricted to classes within the /system directory, and the directory structure should of the tests should mimic the directory structure of /system.

Running Tests

Tests are run from the command line from the project root - the same folder that has the phpunit.xml file in it.

$ phpunit

Simply calling this will run the entire test suite.

Checking Code Coverage

Code Coverage requires that XDebug is also install and running in your current PHP setup. The following command will run coverage, provide a coverage report on screen, in a text file (coverage.txt) and within the /coverage directory.

$ phpunit --colors --coverage-text=coverage.txt --coverage-html=coverage/

codeigniter4's People

Contributors

lonnieezell avatar mwhitneysdsu avatar jim-parry avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.