You are here

public function NormalizeTest::testInstantiateAsObjectSucceeds in Bibliography Module 7.2

File

lib/msrc-authortool/tests/NormalizeTest.php, line 26

Class

NormalizeTest

Code

public function testInstantiateAsObjectSucceeds() {
  $obj = new \Nametools\Normalize(new NormalizerTestMatchObject(), new \Nametools\RegexCounter());
  $this
    ->assertInstanceOf('\\Nametools\\Normalize', $obj);
}