Nelmio\Alice\Definition\Fixture\SimpleFixtureWithFlagsTest::testThrowsAnExceptionIfFixtureIdAndFlagKeyMistmatch PHP Метод

testThrowsAnExceptionIfFixtureIdAndFlagKeyMistmatch() публичный Метод

    public function testThrowsAnExceptionIfFixtureIdAndFlagKeyMistmatch()
    {
        $fixture = new DummyFixture('foo');
        $flags = new FlagBag('bar');
        new SimpleFixtureWithFlags($fixture, $flags);
    }