<?php
namespace Test;

class Test {
	public function __construct() {
		echo 'i am test app class';
		echo "<br />";
	}
}