Which are the uvm components run_phase is automatically runs

if the driver has an run_phase it is automatically called by the test case, if I define the run_phase in the environment how to call it?. should make the call from test case by env.run_phase(phase)?. Please let me know what are the UVM_CLASS has run_phase automatically run by the uvm.

In reply to PatilAkshay:

All classes derived from uvm_component have their phase methods called.