--TEST-- Psr\Log\LoggerAwareInterface --SKIPIF-- --FILE-- setLogger($logger); $aware->doSomethingThatLogs(); --EXPECT-- bool(true) array(1) { ["PsrExt\Log\LoggerAwareInterface"]=> string(31) "PsrExt\Log\LoggerAwareInterface" } string(10) "got logger" string(9) "emergency" string(8) "test log" array(0) { }