File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ Unreleased]
3+ ## [ 2.0] - 2017-01-23
4+
5+ * Switched to PhpMyAdmin vendor namespace to follow PSR-4.
46
57## [ 1.2] - 2017-01-07
68
Original file line number Diff line number Diff line change 2626 },
2727 "autoload" : {
2828 "psr-4" : {
29- "ShapeFile\\ " : " src"
29+ "PhpMyAdmin \\ ShapeFile\\ " : " src"
3030 }
3131 }
3232}
Original file line number Diff line number Diff line change 1919 * along with this program; if not, you can download one from
2020 * https://www.gnu.org/copyleft/gpl.html.
2121 */
22- use ShapeFile \ShapeFile ;
23- use ShapeFile \ShapeRecord ;
22+ use PhpMyAdmin \ ShapeFile \ShapeFile ;
23+ use PhpMyAdmin \ ShapeFile \ShapeRecord ;
2424
2525require_once '../vendor/autoload.php ' ;
2626
Original file line number Diff line number Diff line change 1919 * along with this program; if not, you can download one from
2020 * https://www.gnu.org/copyleft/gpl.html.
2121 */
22- use ShapeFile \ShapeFile ;
22+ use PhpMyAdmin \ ShapeFile \ShapeFile ;
2323
2424/**
2525 * Displays content of given file.
Original file line number Diff line number Diff line change 2020 * https://www.gnu.org/copyleft/gpl.html.
2121 */
2222
23- namespace ShapeFile ;
23+ namespace PhpMyAdmin \ ShapeFile ;
2424
2525/**
2626 * ShapeFile class.
Original file line number Diff line number Diff line change 2020 * https://www.gnu.org/copyleft/gpl.html.
2121 */
2222
23- namespace ShapeFile ;
23+ namespace PhpMyAdmin \ ShapeFile ;
2424
2525/**
2626 * ShapeFile record class.
Original file line number Diff line number Diff line change 2020 * https://www.gnu.org/copyleft/gpl.html.
2121 */
2222
23- namespace ShapeFile ;
23+ namespace PhpMyAdmin \ ShapeFile ;
2424
2525class Util
2626{
Original file line number Diff line number Diff line change 2222
2323namespace ShapeFileTest ;
2424
25- use ShapeFile \ShapeFile ;
26- use ShapeFile \ShapeRecord ;
25+ use PhpMyAdmin \ ShapeFile \ShapeFile ;
26+ use PhpMyAdmin \ ShapeFile \ShapeRecord ;
2727
2828class ShapeFileTest extends \PHPUnit_Framework_TestCase
2929{
Original file line number Diff line number Diff line change 2121
2222namespace UtilTest ;
2323
24- use ShapeFile \Util ;
24+ use PhpMyAdmin \ ShapeFile \Util ;
2525
2626class UtilTest extends \PHPUnit_Framework_TestCase
2727{
You can’t perform that action at this time.
0 commit comments