En fait le namespace me gène plus qu'autre chose
This commit is contained in:
parent
a14faf932f
commit
a594d58cd7
13
TplBlock.php
13
TplBlock.php
|
|
@ -1,17 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
|
||||||
* Gnieark’s TplBlock.
|
|
||||||
*
|
|
||||||
* PHP version 5
|
|
||||||
*
|
|
||||||
* @category Template
|
|
||||||
* @package TplBlock
|
|
||||||
* @author gnieark <gnieark@tinad.fr>
|
|
||||||
* @link https://blog-du-grouik.tinad.fr
|
|
||||||
* @license GNU General Public License V3
|
|
||||||
* @link https://github.com/gnieark/tplBlock/
|
|
||||||
*/
|
|
||||||
namespace TplBlock;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The TplBlock class.
|
* The TplBlock class.
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,8 @@
|
||||||
* @license GNU General Public License V3
|
* @license GNU General Public License V3
|
||||||
* @link https://github.com/gnieark/tplBlock/
|
* @link https://github.com/gnieark/tplBlock/
|
||||||
*/
|
*/
|
||||||
namespace TplBlockTest;
|
|
||||||
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use TplBlock\TplBlock;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The TplBlockTest class.
|
* The TplBlockTest class.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user