Skip to content
Snippets Groups Projects
Commit 9d7e032f authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

vendor

parent e9eec356
No related branches found
No related tags found
No related merge requests found
<?php
use Phinx\Migration\AbstractMigration;
class TestMigration extends AbstractMigration
{
/**
* Migrate Up.
*/
public function up()
{
// do nothing
}
/**
* Migrate Down.
*/
public function down()
{
// do nothing
}
}
<?php
use Phinx\Migration\AbstractMigration;
class TestMigration2 extends AbstractMigration
{
/**
* Migrate Up.
*/
public function up()
{
// do nothing
}
/**
* Migrate Down.
*/
public function down()
{
// do nothing
}
}
<?php
echo 'I shouldnt be run';
vendor/
composer.lock
phpunit.xml
vendor/
composer.lock
phpunit.xml
vendor/
composer.lock
phpunit.xml
vendor/
composer.lock
phpunit.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment