The repository was archived.
-
The tests were fixed.
-
Changes in documentation.
-
Implemented
PHP Mess Detectorto detect inconsistencies in code styles. -
Implemented
PHP Code Beautifier and Fixerto fixing errors automatically. -
Implemented
PHP Coding Standards Fixerto organize PHP code automatically according to PSR standards.
-
Implemented
PSR-4 autoloader standardfrom all library files. -
Implemented
PSR-2 coding standardfrom all library PHP files. -
Implemented
PHPCSto ensure that PHP code complies withPSR2code standards. -
Implemented
Codacyto automates code reviews and monitors code quality over time. -
Implemented
Codecovto coverage reports. -
Added
LoadTime/phpcs.ruleset.xmlfile. -
Deleted
LoadTime/src/bootstrap.phpfile. -
Deleted
LoadTime/tests/bootstrap.phpfile. -
Deleted
LoadTime/vendorfolder. -
Changed
Josantonius\LoadTime\Test\LoadTimeTestclass toJosantonius\LoadTime\LoadTimeTestclass.
-
Unit tests supported by
PHPUnitwere added. -
The repository was synchronized with Travis CI to implement continuous integration.
-
Added
LoadTime/src/bootstrap.phpfile -
Added
LoadTime/tests/bootstrap.phpfile. -
Added
LoadTime/phpunit.xml.distfile. -
Added
LoadTime/_config.ymlfile. -
Added
LoadTime/.travis.ymlfile. -
Deleted
Josantonius\LoadTime\Tests\LoadTimeTestclass. -
Deleted
Josantonius\LoadTime\Tests\LoadTimeTest::testLoadTimeScript()method. -
Added
Josantonius\LoadTime\Test\LoadTimeTestclass. -
Added
Josantonius\LoadTime\Test\LoadTimeTest::testStart()method. -
Added
Josantonius\LoadTime\Test\LoadTimeTest::testIsActiveTrue()method. -
Added
Josantonius\LoadTime\Test\LoadTimeTest::testEnd()method. -
Added
Josantonius\LoadTime\Test\LoadTimeTest::testIsActiveFalse()method. -
Added
Josantonius\LoadTime\Test\LoadTimeTest::testEndError()method.
- Deleted
Josantonius\LoadTime\LoadTimeclass. - Deleted
Josantonius\LoadTime\LoadTime::start()method. - Deleted
Josantonius\LoadTime\LoadTime::end()method.
- Added
Josantonius\LoadTime\LoadTime::isActive()method.
- Some files were excluded from download and comments and readme files were updated.
- Compatible with PHP 5.6 or higher.
- Compatible only with PHP 7.0 or higher. In the next versions, the library will be modified to make it compatible with PHP 5.6 or higher.
- Added
Josantonius\LoadTime\LoadTimeclass. - Added
Josantonius\LoadTime\LoadTime::start()method. - Added
Josantonius\LoadTime\LoadTime::end()method.
- Added
Josantonius\LoadTime\Exception\LoadTimeExceptionclass. - Added
Josantonius\LoadTime\Exception\Exceptionsabstract class. - Added
Josantonius\LoadTime\Exception\LoadTimeException->__construct()method.
- Added
Josantonius\LoadTime\Tests\LoadTimeTestclass. - Added
Josantonius\LoadTime\Tests\LoadTimeTest::testLoadTimeScript()method.