Respect\Validation\Rules\Locale\GermanBicTest::testShouldAcceptBAVInstanceOnConstrutor PHP Method

testShouldAcceptBAVInstanceOnConstrutor() public method

    public function testShouldAcceptBAVInstanceOnConstrutor()
    {
        $bav = $this->getBavMock();
        $rule = new GermanBic($bav);
        $this->assertSame($bav, $rule->bav);
    }