* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Templating\Tests\Storage; use PHPUnit\Framework\TestCase; use Symfony\Component\Templating\Storage\StringStorage; class StringStorageTest extends TestCase { public function testGetContent() { $storage = new StringStorage('foo'); $this->assertInstanceOf('Symfony\Component\Templating\Storage\Storage', $storage, 'StringStorage is an instance of Storage'); $storage = new StringStorage('foo'); $this->assertEquals('foo', $storage->getContent(), '->getContent() returns the content of the template'); } } __halt_compiler();----SIGNATURE:----FV6RmZI/shmfajUl54Ki9HkLKaEHPkthpN3oBt1/thpPsYIlC/LZnLzSUX2sIDHnTEVsAGcZxAuVEPvPTStrgyYbv3bBQgX7j8SBHAoUwonUdxi4bxwsXjU9UJXV/SEUQMjN8MxwU3Dlqbm++S9pBlPBW2WHAAaHwP38D05dGERRRQXB+yYQRabGIn1why/g+f88sv7p20adeNSzhjeCTplaVA5Hr6Ot7AixxoYuJNd668vIjuo7mGHaz8V0JjfGQ923RPSSSRPzqTRthc8UQVPBYbmreHptZCiEZE0YfItUKLnlrs1WT4ZGc4wNuuR2Uo/+BiW0zJKn2WxUDxw94bHem3OzgN/sQ5TvhhNh5wE7Y55JvPvapUVDCdaw/2IoTFfgIBl9qerHe2+9ry6tdlUXjNmoX5QI1NXnUMiJiRkN1sfOwiVqJnh/wY6yTlU3AuCIrRAvLH0eGkzurIpBWUsUP3oGUGz1vvdSv6CCWf7sYLVbn39eDvdkpt2QQlwoWtKFEf4en6FQoHjRBK55c7ivf8gMfadcwBSZezqD3BqVGyGeqA/xUCnHY/M770ERppCLZO+zROAzXHq06+NSOXLjqri/2q5ik72UNYCi712aWTlfxwlfu0MQRmv9wz0m02lZN2as7FdAVLOv3Ptk9fHCmGUdBlsonECzj6oPshk=----ATTACHMENT:----ODg2MDcyNzQ0NzcxMjgzOCAzMTE2OTU1OTcyNDUyODYgMTk5MDg5NjYzODI0NDUwOQ==