PHPOffice / PHPVisio

A pure PHP library for reading and writing diagrams files
Other
179 stars 119 forks source link

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #16

Closed carusogabriel closed 6 years ago

carusogabriel commented 7 years ago

I use the PHPUnit\Framework\TestCase notation instead of PHPUnit_Framework_TestCase while extending our TestCases. This will help us migrate to PHPUnit 6, that no longer support snake case class names.