enabled() public static method

This adapter is always enabled, as it has no external dependencies.
public static enabled ( ) : boolean
return boolean True
 /**
  * This adapter is always enabled by default as it does not rely on any external
  * dependencies.
  */
 public function testEnabled()
 {
     $this->assertTrue(Memory::enabled());
 }