Skip to content

Commit

Permalink
Merge pull request #1319 from jim-parry/testing/entity
Browse files Browse the repository at this point in the history
Testing/entity
  • Loading branch information
lonnieezell authored Oct 16, 2018
2 parents f466959 + 02263db commit 890f31f
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 72 deletions.
13 changes: 13 additions & 0 deletions tests/_support/SomeEntity.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

namespace Tests\Support;

use CodeIgniter\Entity;

class SomeEntity extends Entity
{

protected $foo = null;
protected $bar;

}
Loading

0 comments on commit 890f31f

Please sign in to comment.