<?php

namespace Symfony\Component\Yaml\Tests\Fixtures;

enum FooUnitEnum
{
    case BAR;
}
