Reports failed method calls or assertions in tests. It helps detect the failed line in code faster and start debugging it immediately.

Example:


  function test() {
      $this->assertEquals(1,2); //highlighted
  }