public function testScopedStepsInit()
 {
     $val =& AsyncToolTest::getEvents();
     $val = null;
     $as = new \FutoIn\RI\ScopedSteps();
     $as->run();
     $this->assertTrue(is_array(AsyncToolTest::getEvents()));
 }