l() public method

public l ( $value, $strength )
 /**
  * @expectedException InvalidArgumentException
  */
 public function testErr()
 {
     $t = new LikelihoodTraitStub();
     $t->l('foo', 'bar');
 }