mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2025-01-05 20:48:37 +01:00
6e0f0643d6
- Added Codeception scaffolding - Added travis config - Added example test
11 lines
211 B
PHP
11 lines
211 B
PHP
<?php
|
|
namespace Psalm\PhpUnitPlugin\Tests\Helper;
|
|
|
|
// here you can define custom actions
|
|
// all public methods declared in helper class will be available in $I
|
|
|
|
class Acceptance extends \Codeception\Module
|
|
{
|
|
|
|
}
|