init
This commit is contained in:
12
vendor/codeception/base/tests/data/php55Test
vendored
Normal file
12
vendor/codeception/base/tests/data/php55Test
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
class php55Test extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testOfTest() {
|
||||
$this->assertEquals('PHPUnit_Framework_TestCase', PHPUnit_Framework_TestCase::class);
|
||||
}
|
||||
|
||||
function justTest() {}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user