File test/run/ToSort/Addon/ViewOld.php

class Liaison\Test\Addon\ViewOld

Constants

Properties

  • $liaaddViewCallable('theme',$liaTheme);
  • );
  • $phraseAny = 'view with no namespace';
  • );
  • $anyNamespace = $liaview('theme').'';
  • $thiscompare($phraseAny, $anyNamespace);
  • $specificNamespace = $liaview('lia:theme').'';
  • $thiscompare($phrase, $specificNamespace);
  • $thiscompare('view with wrong namespace', $liaview('wrong:theme').'');

Methods

  • public function testViewNotFound()
  • public function testNullNamespaceNotFound()
  • public function testNamespaceNotFound()
  • public function testNoNamespaceFallback()
  • public function testAddViewCallableWithNamespace()