Skip to content

Commit

Permalink
splitted test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthimatiker committed Apr 5, 2012
1 parent da86cf5 commit fdca029
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,23 @@ public function testHandlerPassesArgumentsThatWereModifiedByBeforeAdviceToCompil
}

/**
* Checks if the handler returns the result from the compiled method.
* Checks if the handler returns the result from the compiled method if no advices
* are registered for the method.
*/
public function testHandlerReturnsReturnValueFromCompiledMethod()
public function testHandlerReturnsReturnValueFromCompiledMethodIfNoAdvicesAreAvailable()
{

}

/**
* Checks if the handler returns the result from the compiled method if advices
* are registered for the method.
*/
public function testHandlerReturnsReturnValueFromCompiledMethodIfAdvicesAreAvailable()
{

}

/**
* Checks if the handler executes afterReturning advices.
*/
Expand Down

0 comments on commit fdca029

Please sign in to comment.