Hello team!
the Scope is persistent between several application initialization (typically during tests).
the scope is defined as a static value in Silber\Bouncer\Database\Models and is not reset when bouncer service is initialized.
Due to this, the scope is not reset between tests.
I guess it should be reset during Silber\Bouncer\Bouncer singleton instantiation.
(using Bouncer v1.0.1)