Dumplie\Metadata\Tests\Integration\Generic\MetadataTestCase::test_getting_not_existing_moa PHP Метод

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

    public function test_getting_not_existing_moa()
    {
        $this->expectException(NotFoundException::class);
        $this->registry->getMAO("order");
    }