box: Add before_replace trigger tests
* Add test on usage run_triggers inside before_replace. Test verifies that other before_replace triggers within the same space will be executed but other triggers won't. * Add test on return old in before_replace. Test verifies that other before_replace triggers will be executed, but insertion won't take place and other triggers will be ignored. Closes #3128
Please register or sign in to comment