public function testAutoloading()
 {
     $this->assertFalse(h\Hyphenator::__autoload('stuff'));
     $this->assertFalse(h\Hyphenator::__autoload('Org\\Heigl\\Hyphenator\\Filters'));
     $this->assertFalse(h\Hyphenator::__autoload('Org\\Heigl\\Hyphenator\\Onlyfortesting'));
     $this->assertTrue(h\Hyphenator::__autoload('Org\\Heigl\\Hyphenator\\Anotheronefortesting'));
 }