[#25] Added successful test to MemberBuilderValidator's method tests to ensure successful functionality is also tested
parent
8ebcc3f1b3
commit
2da2247c86
|
@ -240,6 +240,15 @@ require( 'common' ).testCase(
|
|||
},
|
||||
|
||||
|
||||
/**
|
||||
* Ensure we do not prevent legitimate method overriding
|
||||
*/
|
||||
'Can override concrete virtual method with concrete method': function()
|
||||
{
|
||||
this.quickKeywordMethodTest( [ 'override' ], null, [ 'virtual' ] );
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* Abstract methods act as a sort of placeholder, requiring an
|
||||
* implementation. Once an implementation has been defined, it does not make
|
||||
|
|
Loading…
Reference in New Issue