Skip to content
#

blog-platform

Here are 201 public repositories matching this topic...

vzuburlis
vzuburlis commented Sep 30, 2020

In tests/phpunit/TableTest.php create a new test_extend_recursive()

$table = Table::extend_recursive($table1, $table2);

If table1 is
[
'name'=>'table',
'title'=>'Table1',
'commands'=>['add','edit']
]

And table2 is
[
'name'=>'table',
'extends'=>'package/table/table.php',
'title'=>'Table2',
'commands'=>['delete']
]

Then final table should be
[
'name'=>'table'

Improve this page

Add a description, image, and links to the blog-platform topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blog-platform topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.