Skip to content

Commit 193ac3b

Browse files
committed
Updated to 1.1.4 version
1 parent 122715f commit 193ac3b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/bootstrap.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<?php
1+
<?php
22
/**
3-
* Library for handling hooks.
3+
* PHP library for save CSS and JS files to be displayed in same place.
44
*
5-
* @author Josantonius - [email protected]
6-
* @copyright Copyright (c) 2017
5+
* @author Josantonius - [email protected]
6+
* @copyright Copyright (c) 2016 - 2017
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
8-
* @link https://github.com/Josantonius/PHP-Hook
9-
* @since 1.0.6
8+
* @link https://github.com/Josantonius/PHP-Asset
9+
* @since 1.1.4
1010
*/
1111

1212
$loader = require __DIR__ . '/../src/bootstrap.php';
1313

14-
$loader->add('Josantonius\Hook\Test', __DIR__);
14+
$loader->add('Josantonius\Asset\Test', __DIR__);

0 commit comments

Comments
 (0)