コード例 #1
0
ファイル: ModuleTest.php プロジェクト: kohkimakimoto/altax
 public function testDefault()
 {
     $module = new SampleModule($this->container);
     $module->setContainer(new Container());
     $this->assertNotSame($this->container, $module->getContainer());
 }
コード例 #2
0
ファイル: footer.php プロジェクト: grimmdude/jebson
				</div>
				<div class="col-md-4" id="sidebar">
					<h2>Sidebar Stuff!</h2>
					<ul>
						<li><a href="http://grimmdude.com/jebson" target="_blank">Jebson Documentation</a></li>
					</ul>
				</div>
			</div>
			<footer>
				<p><?php 
echo SampleModule::helloWorld();
?>
</p>
				<p>Page built with <a href="http://grimmdude.com/jebson">Jebson</a></p>
			</footer>
		</div>	
	</body>
</html>