Fixed/added documentation and Travis file; getting ready for release.

Этот коммит содержится в:
Casey McLaughlin
2015-01-22 17:06:48 -05:00
родитель 6d5914049a
Коммит 32b1f93d14
11 изменённых файлов: 126 добавлений и 38 удалений

Просмотреть файл

@@ -1,13 +1,22 @@
<?php
/**
* PHP TableOfContents Library
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/toc
* @version 1.0
* @package caseyamcl/toc
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* ------------------------------------------------------------------
*/
namespace TOC;
/**
* Created by PhpStorm.
* User: casey
* Date: 12/30/14
* Time: 1:24 PM
*/
class MarkupFixerTest extends \PHPUnit_Framework_TestCase
{