for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AlgoWeb\ODataMetadata\Tests;
use AlgoWeb\ODataMetadata\MetadataV3\edm\TAnnotationsType;
class TAnnotationsTypeTest extends TestCase
{
public function testTPathFromKnownDocument()
$foo = new TAnnotationsType();
$name = "ODataDemo.Product/Name";
$this->assertTrue($foo->isTPathValid($name));
}