meta & signal tests prepare
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package ;
|
||||
|
||||
import buddy.BuddySuite;
|
||||
|
||||
class MetaTest extends BuddySuite {
|
||||
|
||||
public function new() {
|
||||
describe("bindx should inherit @bindable meta", {
|
||||
|
||||
before({
|
||||
|
||||
});
|
||||
|
||||
it("bindx inherit metadata bindable for public fields");
|
||||
it("bindx inherit metadata params");
|
||||
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user